Skip to content

Commit 184c017

Browse files
committed
Fix CoC and calendar link in footers
sed -i.bak 's#href="code-of-conduct"#href="/code-of-conduct"#g' */index.html */*/index.html sed -i.bak 's#href="events"#href="/events"#g' */index.html */*/index.html Probably broke it with sed anyway!
1 parent 80ca8b5 commit 184c017

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

board/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h3>Organization</h3>
443443
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
444444
</li>
445445
<li class="org-menu-item">
446-
<a href="code-of-conduct">Code of Conduct</a>
446+
<a href="/code-of-conduct">Code of Conduct</a>
447447
</li>
448448
<li class="org-menu-item">
449449
<a href="events">Calendar</a>

board/meeting-minutes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h3>Organization</h3>
414414
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
415415
</li>
416416
<li class="org-menu-item">
417-
<a href="code-of-conduct">Code of Conduct</a>
417+
<a href="/code-of-conduct">Code of Conduct</a>
418418
</li>
419419
<li class="org-menu-item">
420420
<a href="events">Calendar</a>

bosc-dei/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h3>Organization</h3>
295295
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
296296
</li>
297297
<li class="org-menu-item">
298-
<a href="code-of-conduct">Code of Conduct</a>
298+
<a href="/code-of-conduct">Code of Conduct</a>
299299
</li>
300300
<li class="org-menu-item">
301301
<a href="events">Calendar</a>

code-of-conduct/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3>Organization</h3>
169169
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
170170
</li>
171171
<li class="org-menu-item">
172-
<a href="code-of-conduct">Code of Conduct</a>
172+
<a href="/code-of-conduct">Code of Conduct</a>
173173
</li>
174174
<li class="org-menu-item">
175175
<a href="events">Calendar</a>

event-awards/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3>Organization</h3>
341341
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
342342
</li>
343343
<li class="org-menu-item">
344-
<a href="code-of-conduct">Code of Conduct</a>
344+
<a href="/code-of-conduct">Code of Conduct</a>
345345
</li>
346346
<li class="org-menu-item">
347347
<a href="events">Calendar</a>

membership/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h3>Organization</h3>
218218
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
219219
</li>
220220
<li class="org-menu-item">
221-
<a href="code-of-conduct">Code of Conduct</a>
221+
<a href="/code-of-conduct">Code of Conduct</a>
222222
</li>
223223
<li class="org-menu-item">
224224
<a href="events">Calendar</a>

projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h3>Organization</h3>
598598
<a href="https://github.com/OBF/obf-docs/blob/master/OBF%20Bylaws.md">By-Laws</a>
599599
</li>
600600
<li class="org-menu-item">
601-
<a href="code-of-conduct">Code of Conduct</a>
601+
<a href="/code-of-conduct">Code of Conduct</a>
602602
</li>
603603
<li class="org-menu-item">
604604
<a href="events">Calendar</a>

0 commit comments

Comments
 (0)