Skip to content

Commit f2d5bd9

Browse files
committed
2025_08 - Fix monthly broken links
1 parent 6d05aa8 commit f2d5bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-mcp-server/tools/azure-mcp-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ The Azure MCP Server can list all available tools and their capabilities. This h
3939

4040
- [What are the Azure MCP Server tools?](index.md)
4141
- [Get started using Azure MCP Server](../get-started.md)
42-
- [Azure MCP Server GitHub repository](https://github.com/Azure-Samples/azure-mcp-server)
42+
- [Azure MCP Server GitHub repository](https://github.com/Azure/azure-mcp)

articles/javascript/ai/langchain-agent-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Key Considerations:
177177

178178
### Steps to load documents
179179

180-
1. **Locate the PDF Documents**: The documents are stored in the [data directory](https://github.com/Azure-Samples/azure-typescript-langchainjs/packages/langgraph_agent/data/).
180+
1. **Locate the PDF Documents**: The documents are stored in the [data directory](https://github.com/Azure-Samples/azure-typescript-langchainjs/tree/main/packages/langgraph-agent/data/).
181181

182182
2. **Load PDFs into LangChain.js**: Use the `loadPdfsFromDirectory` function to load the documents. This function utilizes the LangChain.js community's `PDFLoader.load` method to read each file and return a `Document[]` array. This array is a standard LangChain.js document format.
183183

0 commit comments

Comments
 (0)