aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.md11
-rwxr-xr-xwww/publish.sh6
2 files changed, 8 insertions, 9 deletions
diff --git a/www/index.md b/www/index.md
index d84f378f..13cbc4f4 100644
--- a/www/index.md
+++ b/www/index.md
@@ -10,11 +10,11 @@ mascot"){#logo}](faq.md#who-did-the-logo)
[Install](docs/install/) --
[Documentation](docs/) --
[News](news/) --
-[Contact/IRC](https://webchat.freenode.net/?channels=libreboot) --
-[Report bugs](https://notabug.org/libreboot/libreboot/issues) --
-[Send patches](git.md) --
+[Discuss](https://webchat.freenode.net/?channels=libreboot) --
+[Bugs](https://notabug.org/libreboot/libreboot/issues) --
+[Contribute](git.md) --
[Tasks](tasks.md) --
-[Project Management Information](management.md)
+[Management](management.md)
Libreboot is a [free](https://www.gnu.org/philosophy/free-sw.html) and Open
Source BIOS or UEFI replacement, initialising the hardware and booting your
@@ -50,5 +50,4 @@ depthcharge, GRUB, and flashrom where possible. Together, we provide an
automated build and installation system with nontechnical documentation,
allowing Libreboot to be widely used.
-[Watch our FOSDEM 2017 presentation about Libreboot (speaker is Leah
-Rowe)](https://video.fosdem.org/2017/K.1.105/libreboot.mp4)
+Watch our [FOSDEM 2017 presentation](https://video.fosdem.org/2017/K.1.105/libreboot.mp4) to learn more.
diff --git a/www/publish.sh b/www/publish.sh
index c51f65c7..fe193437 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -40,9 +40,9 @@ fi
echo "" >> temp.md
printf "[License](/license.md) --\n" >> temp.md
-printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md
-printf "[Guidelines for good conduct](/conduct.md) --\n" >> temp.md
-printf "[Project Management Guidelines, plus leadership information](/management.md) \n" >> temp.md
+printf "[Authors](/contrib.md) --\n" >> temp.md
+printf "[Conduct Guidelines](/conduct.md) --\n" >> temp.md
+printf "[Management Guidelines](/management.md) \n" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'