diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 845bfb9..8fa206b 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -78,7 +78,8 @@ print "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n"; print "<tr>\n"; print " <td align='left' valign='top'>"; ?> -Welcome to the AUR! If you're a newcomer, you may want to read the <a href="user_docs.html">User Documentation</a> and the <a href="guidelines.html">Guidelines</a>. +<p>Welcome to the AUR! If you're a newcomer, you may want to read the <a href="guidelines.html">Guidelines</a>.</p> +<p>If you have feedback about the AUR, please leave it in <a href="http://bugs.archlinux.org/index.php?tasks=all&project=2">Flyspray</a>.</p> <?php #print __("This is where the intro text will go."); #print __("For now, it's just a place holder."); |