docs: fix links in project readme
This is a stopgap while I finalize the rewrite-docs branch for merging. Fix: #6366
This commit is contained in:
parent
c4ac2ab384
commit
22a978b316
1 changed files with 5 additions and 3 deletions
|
@ -139,7 +139,7 @@ Doom is an active and ongoing project. To make that development more
|
||||||
transparent, its roadmap (and other concerns) are published across three github
|
transparent, its roadmap (and other concerns) are published across three github
|
||||||
project boards and a newsletter:
|
project boards and a newsletter:
|
||||||
|
|
||||||
+ [Development Roadmap](https://github.com/orgs/doomemacs/projects/6):
|
+ [Development Roadmap](https://discourse.doomemacs.org/t/development-roadmap/42):
|
||||||
roughly outlines our goals between release milestones and their progress.
|
roughly outlines our goals between release milestones and their progress.
|
||||||
+ [Plugins under review](https://github.com/orgs/doomemacs/projects/5):
|
+ [Plugins under review](https://github.com/orgs/doomemacs/projects/5):
|
||||||
lists plugins we are watching and considering for inclusion, and what their
|
lists plugins we are watching and considering for inclusion, and what their
|
||||||
|
@ -176,7 +176,8 @@ mysterious errors. When you do, here are some places you can look for help:
|
||||||
+ To search available keybinds: <kbd>SPC h b b</kbd> or <kbd>C-h b b</kbd>
|
+ To search available keybinds: <kbd>SPC h b b</kbd> or <kbd>C-h b b</kbd>
|
||||||
+ Run `bin/doom doctor` to detect common issues with your development
|
+ Run `bin/doom doctor` to detect common issues with your development
|
||||||
environment and private config.
|
environment and private config.
|
||||||
+ Check out the [FAQ], in case your question has already been answered.
|
+ Check out the [FAQ] or [Discourse FAQs][discourse-faq], in case your question
|
||||||
|
has already been answered.
|
||||||
+ Search [Doom's issue tracker](https://github.com/doomemacs/doomemacs/issues) in case your issue was already
|
+ Search [Doom's issue tracker](https://github.com/doomemacs/doomemacs/issues) in case your issue was already
|
||||||
reported.
|
reported.
|
||||||
+ Hop on [our Discord server][discord]; it's active and friendly! Keep an eye on
|
+ Hop on [our Discord server][discord]; it's active and friendly! Keep an eye on
|
||||||
|
@ -210,8 +211,9 @@ kind!
|
||||||
[contribute]: docs/contributing.org
|
[contribute]: docs/contributing.org
|
||||||
[discord]: https://discord.gg/qvGgnVx
|
[discord]: https://discord.gg/qvGgnVx
|
||||||
[discourse]: https://discourse.doomemacs.org
|
[discourse]: https://discourse.doomemacs.org
|
||||||
|
[discourse-faq]: https://discourse.doomemacs.org/tag/faq
|
||||||
[documentation]: docs/index.org
|
[documentation]: docs/index.org
|
||||||
[faq]: https://discourse.doomemacs.org/t/doom-emacs-faq/45
|
[faq]: https://github.com/hlissner/doom-emacs/blob/master/docs/faq.org
|
||||||
[getting-started]: docs/getting_started.org
|
[getting-started]: docs/getting_started.org
|
||||||
[install]: docs/getting_started.org#install
|
[install]: docs/getting_started.org#install
|
||||||
[backtrace]: docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
[backtrace]: docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue