[docs] Fixed bad anchors for items.

Issue was due to h3 being hidden, thus making the anchors not work.

Change-Id: I362ef6ee1dfb6a90933616c267bcebcb59cd9bda
BUG: b/185158328
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/515140
Reviewed-by: Puneetha Ramachandra <puneetha@google.com>
Reviewed-by: Meggin Kearney <mkearney@google.com>
Commit-Queue: Meggin Kearney <mkearney@google.com>
diff --git a/docs/contribute/governance/rfcs/_common/_index_table_body.md b/docs/contribute/governance/rfcs/_common/_index_table_body.md
index dbdad34..cafd02f 100644
--- a/docs/contribute/governance/rfcs/_common/_index_table_body.md
+++ b/docs/contribute/governance/rfcs/_common/_index_table_body.md
@@ -1,5 +1,6 @@
   <tr>
-    <td><p>{{ rfc.name }}</p><h3 class="add-link" style="display:none">{{ rfc.name }} - {{ rfc.title }}</h3></td>
+    {% setvar full_title %}{{ rfc.name }} - {{ rfc.title }}{% endsetvar %}
+    <td><p>{{ rfc.name }}<a name="{{ full_title|replace(" ", "-")|replace("(", "")|replace(")", "")|lower() }}"></a></p><h3 style="display:none">{{ full_title }}</h3></td>
     <td>
         <p>
           <a href="{{ rfc.file }}">{{ rfc.title }}</a>