diff --git a/html/partials/getting-started.html b/html/partials/getting-started.html
index 02564b08..ad4ed8d1 100644
--- a/html/partials/getting-started.html
+++ b/html/partials/getting-started.html
@@ -22,7 +22,7 @@
Only in the very latest Emacs snapshots is there a way to
exclude or include versions according to their source
(see package-pinned-packages
). For all other
- users, we provide a melpa.el
package (available
+ users, we provide a package-filter.el
package (available
in MELPA) that will allow you to enable only certain packages
or exclude certain packages.
You can install the package
@@ -32,7 +32,7 @@
(progn
(switch-to-buffer
(url-retrieve-synchronously
- "https://raw.github.com/milkypostman/melpa/master/melpa.el"))
+ "https://raw.github.com/milkypostman/package-filter/master/package-filter.el"))
(package-install-from-buffer (package-buffer-info) 'single))
You can then customize two variables:
@@ -74,7 +74,7 @@
Note: These fixes are included in
- the melpa.el
package.
+ the package-filter.el
package.
There is a small bug in Emacs24’s package.el
such