You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix internal links for uglyURLs mode; add small-event-guide
All internal relative links now use .html extension to match Hugo
uglyURLs=true output. Also adds small-event-guide.md which was
missed in the prior commit.
Copy file name to clipboardExpand all lines: source/events/__index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ virtual, we can help you get the word out.
20
20
**To get started:**
21
21
22
22
1. Read the [How to Organize a Small Apache Event](/organize/small-event-guide.html) guide
23
-
2. Copy one of our [event page templates](/organize/#templates)
23
+
2. Copy one of our [event page templates](/organize/#templates.html)
24
24
3. Submit a PR to [this repo](https://github.com/apache/comdev-events-site) with your event page
25
25
4. Send a note to [dev@community.apache.org](https://lists.apache.org/list.html?dev@community.apache.org) to let us know about your PR -- we can help review and publicize
26
26
@@ -35,9 +35,9 @@ contributor sprint or community meetup is welcome here.
35
35
36
36
## Resources for Organizers
37
37
38
-
*[Sprint in a Box](/organize/templates/sprint-in-a-box/) — Everything you need for a one-day contributor sprint
39
-
*[Day-of Checklist](/organize/templates/day-of-checklist/) — Printable checklist for event day
38
+
*[Sprint in a Box](/organize/templates/sprint-in-a-box.html) — Everything you need for a one-day contributor sprint
39
+
*[Day-of Checklist](/organize/templates/day-of-checklist.html) — Printable checklist for event day
40
40
<!--
41
-
* [Event Funding](/organize/templates/funding-request/) — Request financial support for venue, catering, materials
41
+
* [Event Funding](/organize/templates/funding-request.html) — Request financial support for venue, catering, materials
42
42
-->
43
-
*[Volunteer Opportunities](/volunteer/) — Find help for your event
43
+
*[Volunteer Opportunities](/volunteer.html) — Find help for your event
0 commit comments