summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-02-27 20:06:03 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-02-27 20:06:03 +0200
commit7fdc71cea370f4d98df9c0ed327e514298f8e3ac (patch)
treebf852798248a71d7b904eb90728dee9f296c6179 /doc
parenteb1bc430288af6e666e385c634c434a863a4ef8b (diff)
[#1942] Remove references to the deprecated wiki
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