diff --git a/content/guides/genai-pdf-bot/_index.md b/content/guides/genai-pdf-bot/_index.md index e30ca5b853b..41c5e16626e 100644 --- a/content/guides/genai-pdf-bot/_index.md +++ b/content/guides/genai-pdf-bot/_index.md @@ -18,5 +18,3 @@ The generative AI (GenAI) guide teaches you how to containerize an existing GenA - Set up a local environment to run the complete GenAI stack locally for development Start by containerizing an existing GenAI application. - -{{< button text="Containerize a GenAI app" url="containerize.md" >}} diff --git a/content/guides/rag-ollama/containerize.md b/content/guides/rag-ollama/containerize.md index 72cf3f6a6ee..402c480af54 100644 --- a/content/guides/rag-ollama/containerize.md +++ b/content/guides/rag-ollama/containerize.md @@ -106,4 +106,3 @@ application using Docker. In the next section, you'll learn how to properly configure the application with your preferred LLM model, completely locally, using Docker. -{{< button text="Develop your application" url="develop.md" >}}