We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f10d7 commit 89349eeCopy full SHA for 89349ee
2 files changed
README.md
@@ -6,7 +6,7 @@ The team's website source will be developed here as well.
6
7
## How to contribute to the discussion
8
9
-- Via [GH Issues](../../issues)
+- Via [GH Issues](https://github.com/apache/tooling-docs/issues)
10
- Email to dev@tooling.apache.org
11
- ASF Slack Channels:
12
- [#tooling-discuss](https://the-asf.slack.com/archives/C086X8CKEMB)
content/theme/templates/page.html
@@ -11,7 +11,7 @@
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
13
<div>
14
- {% include "menu.html" %}
+ {% include "menu.html" %}
15
{% include "generic.html" %}
16
{% include "footer.html" %}
17
</div>
0 commit comments