[docs] fix link issue

This commit is contained in:
Eugene Yaremenko 2021-07-22 07:50:52 -07:00 committed by GitHub
parent d5dffa988d
commit d4b5074180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ solves.
** TLDR
Spacemacs is big - the active maintainers team is small. The more we can
automate - the better. We use  [[https://circleci.com/][CircleCI]], [[https://github.com/features/actions][GitHub Actions]] and [[https://www.docker.com/][Docker]] to test PRs,
update built-in files, fix documentation and export it to [[develop.spacemacs.org]].
update built-in files, fix documentation and export it to [[https://develop.spacemacs.org/][develop.spacemacs.org]].
Most of the code is just a bunch of bash/EmacsLisp scripts and yml files, but
some of the documentation tools are written in Clojure.
If you prefer reading code instead of documentation, checkout out [[https://github.com/syl20bnr/spacemacs/tree/develop/.circleci][CircleCI]] and