aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2021-09-01 16:13:34 +0000
committerGitHub <noreply@github.com>2021-09-01 16:13:34 +0000
commita22f6e3e573667fb8254f0f307fdcc0d8aa4adb2 (patch)
tree947901ef0a6ee5e8caa580cf8aec0658924655c3
parentMerge pull request #2643 from diptopandit/patch-1 (diff)
parentfix Docstore link to be more specific (diff)
downloadawesome-selfhosted-a22f6e3e573667fb8254f0f307fdcc0d8aa4adb2.tar.gz
awesome-selfhosted-a22f6e3e573667fb8254f0f307fdcc0d8aa4adb2.zip
Merge pull request #2650 from CouldBeThis/patch-1
fix Docstore link to be more specific
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 665c50b2..6d18a9d2 100644
--- a/README.md
+++ b/README.md
@@ -1480,7 +1480,7 @@ _[Serverless computing - Wikipedia](https://en.wikipedia.org/wiki/Serverless_com
_Related: [Static site generators](#static-site-generators)_
-- [Docstore](http://haldean.org/) - Static document hosting without any server-side processing, does not require you to recompile every time you change an article. Clone the repository and add articles in the text/ directory to get started. ([Source Code](https://github.com/haldean/docstore)) `BSD-3-Clause` `Javascript`
+- [Docstore](https://git.haldean.org/docstore/) - Static document hosting without any server-side processing, does not require you to recompile every time you change an article. Clone the repository and add articles in the text/ directory to get started. ([Source Code](https://github.com/haldean/docstore)) `BSD-3-Clause` `Javascript`
- [Flatdoc](http://ricostacruz.com/flatdoc/) - Small Javascript file that fetches Markdown files and renders them as full pages. `MIT` `Javascript`
- [markdown-tree](https://github.com/mil/markdown-tree) - Serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown. `MIT` `Ruby`
- [Read the Docs](https://readthedocs.org/) - Host documentation, making it fully searchable and easy to find; import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. ([Demo](https://readthedocs.org/projects/), [Source Code](https://github.com/readthedocs/readthedocs.org)) `MIT` `Python`