branch: new-master
commit 4e5239adb39b3e045e4e7cf5ab132bf76166a821
Author: Ted Zlatanov <[email protected]>
Commit: Ted Zlatanov <[email protected]>
Add front-page /packages link.
* html/index.html: Add link to /packages directory in the front page.
---
html/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/index.html b/html/index.html
index e39a1c5..e734c88 100644
--- a/html/index.html
+++ b/html/index.html
@@ -18,6 +18,6 @@ To use it, type <tt>M-x list-packages</tt> in Emacs.
(This requires Emacs version 24.1 or higher.)
<p>
-You can grab the <a href="emacs-packages-latest.tgz">latest package
snapshot</a>.
+ You can grab the <a href="emacs-packages-latest.tgz">latest package
snapshot</a> or look at the <a href="/packages">package list</a> directly.
</body>
</html>