summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/about/contributing.md4
-rw-r--r--doc/installation.md4
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/about/contributing.md b/doc/about/contributing.md
index cadeebc3..a8afdb79 100644
--- a/doc/about/contributing.md
+++ b/doc/about/contributing.md
@@ -26,9 +26,7 @@ guidelines](https://github.com/clojure-emacs/cider/blob/master/.github/CONTRIBUT
Good documentation is just as important as good code.
-Consider improving and extending the
-this manual and the
-[community wiki](https://github.com/clojure-emacs/cider/wiki).
+Consider improving and extending this manual.
### Working on the Manual
diff --git a/doc/installation.md b/doc/installation.md
index fa5b5e53..e27c7590 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -1,6 +1,6 @@
The canonical way to install CIDER is via `package.el` (Emacs's built-in package
-manager), but plenty of other options exist (see the
-[wiki](https://github.com/clojure-emacs/cider/wiki/Installation)).
+manager), but it can be installed manually or via alternative package managers such
+as `el-get`.
## Prerequisites