@@ -62,7 +62,7 @@ into a chat session or provided via the built-in [MCP server](https://docs.ctxgi
6262- [Code files and directories](https://docs.ctxgithub.com/sources/file-source.html)
6363- [GitHub repositories](https://docs.ctxgithub.com/sources/github-source.html)
6464- [Git commit changes and diffs](https://docs.ctxgithub.com/sources/git-diff-source.html)
65- - W[eb pages (URLs) with CSS selectors](https://docs.ctxgithub.com/sources/url-source.html)
65+ - [Web pages (URLs) with CSS selectors](https://docs.ctxgithub.com/sources/url-source.html)
6666- Plain text
6767- and more!
6868
@@ -160,7 +160,7 @@ name from the `src/Models` directory.
160160 or [URL](https://docs.ctxgithub.com/sources/url-source.html)
161161- Apply [Modifiers](https://docs.ctxgithub.com/modifiers.html) to transform your content (like extracting PHP
162162 signatures)
163- - Discover how to use [Environment Variables](https://docs.ctxgithub.com/environment- variables.html) in your config
163+ - Discover how to use [Environment Variables](https://docs.ctxgithub.com/getting-started/ variables.html) in your config
164164- Use [IDE Integration](https://docs.ctxgithub.com/getting-started/ide-integration.html) for autocompletion and
165165 validation
166166
174174
175175CTX will process your configuration and create the specified output file (`auth-context.md` in our example).
176176
177- > **Tip**: Configure [Logging](https://docs.ctxgithub.com/advanced /logging.html) with `-v`, `-vv`, or `-vvv` for
177+ > **Tip**: Configure [Logging](https://docs.ctxgithub.com/getting-started /logging.html) with `-v`, `-vv`, or `-vvv` for
178178> detailed output
179179
180180# # 5. Share with an LLM
@@ -216,7 +216,7 @@ Point the MCP client to the Context Generator server:
216216}
217217` ` `
218218
219- > **Note:** Read more about [MCP Server](https://docs.ctxgithub.com/mcp-server.html #setting-up) for detailed setup
219+ > **Note:** Read more about [MCP Server](https://docs.ctxgithub.com/mcp/ #setting-up) for detailed setup
220220> instructions.
221221
222222Now you can ask Claude questions about your codebase without manually uploading context files!
@@ -232,3 +232,4 @@ https://docs.ctxgithub.com
232232# ## License
233233
234234This project is licensed under the MIT License.
235+
0 commit comments