diff --git a/home_page/_config.yml b/home_page/_config.yml
index 64de330..d51e054 100644
--- a/home_page/_config.yml
+++ b/home_page/_config.yml
@@ -20,7 +20,7 @@
title: Formal BOOK
#email: your-email@example.com
-description: by Moritz Firsching
+description: formalizing "Proofs from THE BOOK" by Martin Aigner and Günter M. Ziegler
baseurl: "FormalBook/" # the subpath of your site, e.g. /blog
url: "firsching.ch" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username:
diff --git a/home_page/_layouts/default.html b/home_page/_layouts/default.html
index 17a7373..438a324 100644
--- a/home_page/_layouts/default.html
+++ b/home_page/_layouts/default.html
@@ -23,6 +23,7 @@
{{ page.title | default: site.title | default: site.git
{{ page.description | default: site.description | default: site.github.project_tagline
}}
Blueprint (web)
+ Dependency Graph
Documentation
{% if site.github.is_project_page %}
GitHub
diff --git a/home_page/index.md b/home_page/index.md
index 6ffef04..054521c 100644
--- a/home_page/index.md
+++ b/home_page/index.md
@@ -8,7 +8,7 @@ usemathjax: true
Useful links:
-* [Zulip chat for Lean](https://leanprover.zulipchat.com/) for coordination
+* [Zulip chat for Lean](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Proofs.20from.20the.20book) for coordination
* [Blueprint](blueprint/)
* [Blueprint as pdf](blueprint.pdf)
* [Dependency graph](blueprint/dep_graph_document.html)