Skip to content

Commit e27d6f6

Browse files
authored
Merge pull request #234 from context-hub/butschster-patch-1
Update README.md
2 parents 191f72e + 3c4178b commit e27d6f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -174,7 +174,7 @@ ctx
174174

175175
CTX 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

222222
Now you can ask Claude questions about your codebase without manually uploading context files!
@@ -232,3 +232,4 @@ https://docs.ctxgithub.com
232232
### License
233233

234234
This project is licensed under the MIT License.
235+

0 commit comments

Comments
 (0)