Skip to content

Commit 6243f3d

Browse files
committed
replace references to community.html
1 parent 5806a08 commit 6243f3d

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

_layouts/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>Quick link</h3>
1414
<li><a href="/bpd-events/">BPD Events</a></li>
1515
<li><a href="/sponsored-events.html">Sponsored Events</a></li>
1616
<li><a href="/partnerships.html">Partnerships</a></li>
17-
<li><a href="/community.html">Community</a></li>
17+
<li><a href="/about.html#join-the-community">Community</a></li>
1818
<li><a href="/support.html">Support</a></li>
1919
<li><a href="/code-of-conduct.html">Code of Conduct</a></li>
2020
</ul>

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def url_port() -> tuple[str, int]:
1616
"blog",
1717
"about.html",
1818
"bpd-events",
19-
"community.html",
2019
"support.html",
2120
]
2221

tests/test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def test_destination(loaded_route: str, browser_context) -> None:
9999
"/",
100100
"/about.html",
101101
"/bpd-events/",
102-
"/community.html",
103102
"/support.html",
104103
"/blog/",
105104
)
@@ -129,7 +128,6 @@ def test_headers_in_language(browser_context, route: str) -> None:
129128
("Blog", "/blog/"),
130129
("About Us", "/about.html"),
131130
("BPD Events", "/bpd-events/"),
132-
("Community", "/community.html"),
133131
("Support Us", "/support.html"),
134132
),
135133
)

website-issues-report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ After systematically reviewing all 38 HTML files in the output directory, **147
137137
### Pages with Fewest Issues (2 issues each):
138138

139139
- Most individual blog posts (22 files) - title + hreflang only
140-
- `/community.html` - title + copyright only
141140
- `/support.html` - title + copyright only
142141

143142
## Recommendations

0 commit comments

Comments
 (0)