Skip to content

Commit e92cad8

Browse files
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>
1 parent 4af67ea commit e92cad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meetings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)