MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
187 stars 106 forks source link

404 on internal link to planner page #139

Closed codingoutloud closed 1 month ago

codingoutloud commented 1 month ago

There's a 404.

From this public page: https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agents

search for this text: "To learn more about planning with Semantic Kernel, see the "

This text is followed by a "planning article" link that 404s.

This is the destination of the link that 404s: https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/planning.md

which perhaps should be: https://learn.microsoft.com/en-us/semantic-kernel/concepts/planning

Source code page is:
https://github.com/MicrosoftDocs/semantic-kernel-docs/blob/main/semantic-kernel/concepts/agents.md

The offender is line 229:

To learn more about planning with Semantic Kernel, see the planning article.

There's another link near the bottom of this source file (the second-to-last line - line 447) that appears it would also 404 because it also references ./planning.md, but I can't find where the "Next steps" section appears on the live site so unable to prove it:

439: ## Next steps 440: Now that you've built your first agent, you can now deep dive into the different components of Semantic Kernel. 441: 442: | Section | Description | 443: | ------------------------------------------- | ---------------------------------------------------------- | 444: | Kernel | Setting up and using the core Kernel object | 445: | AI Services | Integration and usage of various AI services | 446: | Plugins | Integrate native code and APIs with Semantic Kernel | 447: | Planners | Enabling your AI agents to complete multi-step tasks | 448: | Personas | Customize your AI agents to better collaborate with others |

codingoutloud commented 1 month ago

This no longer appears to be happening (the pages seem to have moved a bit). Closing.