Skip to content

Commit 89349ee

Browse files
authored
Fix link and fix indent (#24)
1 parent 24f10d7 commit 89349ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The team's website source will be developed here as well.
66

77
## How to contribute to the discussion
88

9-
- Via [GH Issues](../../issues)
9+
- Via [GH Issues](https://github.com/apache/tooling-docs/issues)
1010
- Email to dev@tooling.apache.org
1111
- ASF Slack Channels:
1212
- [#tooling-discuss](https://the-asf.slack.com/archives/C086X8CKEMB)

content/theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body class="d-flex flex-column h-100">
1212
<main class="flex-shrink-0">
1313
<div>
14-
{% include "menu.html" %}
14+
{% include "menu.html" %}
1515
{% include "generic.html" %}
1616
{% include "footer.html" %}
1717
</div>

0 commit comments

Comments
 (0)