docs: update repo links in readme
This commit is contained in:
parent
03bed00fd3
commit
64b0e42260
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
[Install](#install) • [Documentation] • [FAQ] • [Screenshots] • [Contribute](#contribute)
|
[Install](#install) • [Documentation] • [FAQ] • [Screenshots] • [Contribute](#contribute)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[][Discord]
|
[][Discord]
|
||||||
[][Discourse]
|
[][Discourse]
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
<a href="http://ultravioletbat.deviantart.com/art/Yay-Evil-111710573">
|
<a href="http://ultravioletbat.deviantart.com/art/Yay-Evil-111710573">
|
||||||
<img src="https://raw.githubusercontent.com/hlissner/doom-emacs/screenshots/cacochan.png" align="right" />
|
<img src="https://raw.githubusercontent.com/doomemacs/doomemacs/screenshots/cacochan.png" align="right" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
> It is a story as old as time. A stubborn, shell-dwelling, and melodramatic
|
> It is a story as old as time. A stubborn, shell-dwelling, and melodramatic
|
||||||
|
@ -111,7 +111,7 @@ doctor` to check for any that you may have missed.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
``` sh
|
``` sh
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ mysterious errors. When you do, here are some places you can look for help:
|
||||||
+ 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], in case your question has already been answered.
|
||||||
+ Search [Doom's issue tracker](https://github.com/hlissner/doom-emacs/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
|
||||||
the #announcements channel, where I announce breaking updates and releases.
|
the #announcements channel, where I announce breaking updates and releases.
|
||||||
|
@ -196,7 +196,7 @@ kind!
|
||||||
+ I :heart: pull requests and bug reports (see the [Contributing
|
+ I :heart: pull requests and bug reports (see the [Contributing
|
||||||
Guidelines][contribute])!
|
Guidelines][contribute])!
|
||||||
+ Don't hesitate to [tell me my Elisp-fu
|
+ Don't hesitate to [tell me my Elisp-fu
|
||||||
sucks](https://github.com/hlissner/doom-emacs/issues/new), but please tell me
|
sucks](https://github.com/doomemacs/doomemacs/issues/new), but please tell me
|
||||||
why.
|
why.
|
||||||
+ Hop on [our Discord server][Discord] and say hi! Help others, hang out or talk
|
+ Hop on [our Discord server][Discord] and say hi! Help others, hang out or talk
|
||||||
to me about Emacs, gamedev, programming, physics, pixel art, anime, gaming --
|
to me about Emacs, gamedev, programming, physics, pixel art, anime, gaming --
|
||||||
|
@ -223,7 +223,7 @@ kind!
|
||||||
[change-font]: docs/faq.org#how-do-i-change-the-fonts
|
[change-font]: docs/faq.org#how-do-i-change-the-fonts
|
||||||
[modules]: docs/modules.org
|
[modules]: docs/modules.org
|
||||||
[popup-system]: modules/ui/popup/README.org
|
[popup-system]: modules/ui/popup/README.org
|
||||||
[screenshots]: https://github.com/hlissner/doom-emacs/tree/screenshots#emacsd-screenshots
|
[screenshots]: https://github.com/doomemacs/doomemacs/tree/screenshots#emacsd-screenshots
|
||||||
|
|
||||||
[bindings]: modules/config/default/+evil-bindings.el
|
[bindings]: modules/config/default/+evil-bindings.el
|
||||||
[editorconfig]: http://editorconfig.org/
|
[editorconfig]: http://editorconfig.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue