Skip to content

Commit 454c5f1

Browse files
Fix file paths in committee meeting links (#887)
* Fix file paths in committee meeting links Removed unnecessary slashes from file paths in agenda and minutes links. Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> * Fix links by removing extra slashes in meetings.md Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> * Fix formatting issues in meetings.md Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --------- Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Co-authored-by: automatic-pr-updater[bot] <217796550+automatic-pr-updater[bot]@users.noreply.github.com>
1 parent 19586ec commit 454c5f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

meetings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ title: Meetings
100100
Committee Meeting {{day}}/{{month}}/{{year}}:
101101
<ul>
102102
<li>
103-
Agenda: <a href='{{path1}}/agenda.pdf'>PDF</a> - <a href='{{path1}}/agenda.html'>HTML (WIP)</a>
103+
Agenda: <a href='{{path1}}agenda.pdf'>PDF</a> - <a href='{{path1}}agenda.html'>HTML (WIP)</a>
104104
</li>
105105
<li>
106-
Minutes: <a href='{{path1}}/minutes.pdf'>PDF</a> - <a href='{{path1}}/minutes.html'>HTML (WIP)</a>
106+
Minutes: <a href='{{path1}}minutes.pdf'>PDF</a> - <a href='{{path1}}minutes.html'>HTML (WIP)</a>
107107
</li>
108108
</ul>
109109
</li>
@@ -138,10 +138,10 @@ title: Meetings
138138
Committee Meeting {{day}}/{{month}}/{{year}}:
139139
<ul>
140140
<li>
141-
Agenda: <a href='{{path1}}/agenda.pdf'>PDF</a>
141+
Agenda: <a href='{{path1}}agenda.pdf'>PDF</a>
142142
</li>
143143
<li>
144-
Minutes: <a href='{{path1}}/minutes.pdf'>PDF</a>
144+
Minutes: <a href='{{path1}}minutes.pdf'>PDF</a>
145145
</li>
146146
</ul>
147147
</li>
@@ -172,7 +172,7 @@ title: Meetings
172172
AGM {{day}}/{{month}}/{{year}}:
173173
<ul>
174174
<li>
175-
Minutes: <a href='{{path1}}/minutes.pdf'>PDF</a>
175+
Minutes: <a href='{{path1}}minutes.pdf'>PDF</a>
176176
</li>
177177
</ul>
178178
</li>
@@ -181,7 +181,7 @@ title: Meetings
181181
Committee Meeting {{day}}/{{month}}/{{year}}:
182182
<ul>
183183
<li>
184-
Agenda: <a href='{{path1}}/agenda.pdf'>PDF</a>
184+
Agenda: <a href='{{path1}}agenda.pdf'>PDF</a>
185185
</li>
186186
</ul>
187187
</li>

0 commit comments

Comments
 (0)