-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Fix broken links #16
Conversation
WalkthroughThe pull request updates documentation files by changing tutorial links from relative to absolute paths, ensuring consistent access to resources. Specifically, the "Hello World" and "Maze" tutorials have been updated to point to their respective absolute paths. Additionally, minor formatting adjustments were made for improved readability. The documentation for calling Vim features from a Denops plugin was also enhanced, including the registration of a new command and an autocmd for plugin loading. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (2)src/tutorial/helloworld/calling-vim-features.md (2)Line range hint The documentation provides clear explanations, proper code examples, and helpful visual aids. The content flow is logical and the examples are practical.
The link change from relative to absolute path aligns with the PR objectives. However, let's verify that this absolute path structure is consistent with the documentation site's URL pattern. ✅ Verification successfulAbsolute path pattern for tutorial links is consistent The verification shows that the same absolute path pattern
No relative paths using 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the consistency of documentation links
# Check if other documentation files use the same absolute path pattern
# Search for similar tutorial links in other markdown files
rg -g "*.md" '/tutorial.*index\.html'
# Also check if there are any remaining relative paths that should be updated
rg -g "*.md" '\.\./tutorial'
Length of output: 247 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thanks a lot 🎉 |
やったこと
該当箇所
https://vim-denops.github.io/denops-documentation/getting-started/explanation.html#next-steps
https://vim-denops.github.io/denops-documentation/tutorial/helloworld/calling-vim-features.html
Tutorial (Maze)
ローカルでリンクが直っていることを確認した
deno fmt
を実行したSummary by CodeRabbit
New Features
DenopsHello
for enhanced functionality within the Denops plugin.DenopsHello
command upon plugin loading.Bug Fixes
Documentation