Skip to content

Commit d7e5294

Browse files
committed
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.
1 parent 91584b9 commit d7e5294

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

source/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ of events related to our Apache projects throughout the year. These events have
1515

1616
**Is your Apache project planning a meetup, hackathon, sprint, or
1717
conference?** This site is available to all ASF communities to
18-
coordinate and promote your events. See [how to get started](/events/)
18+
coordinate and promote your events. See [how to get started](/events/index.html)
1919
or contact [dev@community.apache.org](https://lists.apache.org/list.html?dev@community.apache.org).
2020

2121
Running a third party or project event? You must comply with the [events

source/events/__index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ virtual, we can help you get the word out.
2020
**To get started:**
2121

2222
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)
2424
3. Submit a PR to [this repo](https://github.com/apache/comdev-events-site) with your event page
2525
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
2626

@@ -35,9 +35,9 @@ contributor sprint or community meetup is welcome here.
3535

3636
## Resources for Organizers
3737

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
4040
<!--
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
4242
-->
43-
* [Volunteer Opportunities](/volunteer/) — Find help for your event
43+
* [Volunteer Opportunities](/volunteer.html) — Find help for your event

source/organize/__index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Most Apache events are organized by individual contributors in their
1414
local communities. You don't need special permission — just follow our
1515
self-service guide:
1616

17-
* **[How to Organize a Small Apache Event](small-event-guide/)** — Step-by-step process from idea to execution
18-
* **[Sprint in a Box](templates/sprint-in-a-box/)** — Everything for a one-day coding sprint (the simplest possible event)
17+
* **[How to Organize a Small Apache Event](small-event-guide.html)** — Step-by-step process from idea to execution
18+
* **[Sprint in a Box](templates/sprint-in-a-box.html)** — Everything for a one-day coding sprint (the simplest possible event)
1919
<!--
20-
* **[Event Funding Request](templates/funding-request/)** — How to get financial support for your event
20+
* **[Event Funding Request](templates/funding-request.html)** — How to get financial support for your event
2121
-->
22-
* **[Day-of Checklist](templates/day-of-checklist/)** — Printable logistics checklist
22+
* **[Day-of Checklist](templates/day-of-checklist.html)** — Printable logistics checklist
2323

2424
## Templates
2525

@@ -28,17 +28,17 @@ To create your event page, make a new directory under
2828
[this repo](https://github.com/apache/comdev-events-site) and copy
2929
one of these templates as your starting `__index.md`:
3030

31-
* [General event template](templates/small-event-template/) -- Works for any event type
32-
* [Meetup template](templates/meetup-template/) -- Evening talks + networking
33-
* [BarCamp template](templates/barcamp-template/) -- Full-day unconference
34-
* [Hackathon project page](../../events/2026/community-over-code/sampleproject/) — For project-specific hackathon participation
31+
* [General event template](templates/small-event-template.html) -- Works for any event type
32+
* [Meetup template](templates/meetup-template.html) -- Evening talks + networking
33+
* [BarCamp template](templates/barcamp-template.html) -- Full-day unconference
34+
* [Hackathon project page](../../events/2026/community-over-code/sampleproject.html) — For project-specific hackathon participation
3535

3636
## Larger Events
3737

3838
For events requesting ASF budget or official branding:
3939

4040
<!--
41-
* [Organizing a Roadshow event](roadshow/) — Bid process for ASF-branded events
41+
* [Organizing a Roadshow event](roadshow.html) — Bid process for ASF-branded events
4242
-->
4343

4444
## Branding

source/organize/small-event-guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ person should be:
4848

4949
### 4. Create your event page
5050

51-
Copy the [event page template](../templates/small-event-template/) and
51+
Copy the [event page template](../templates/small-event-template.html) and
5252
submit a PR to this repository. The template has all the fields you need.
5353

5454
Alternatively, email [dev@community.apache.org](mailto:dev@community.apache.org)
@@ -77,13 +77,13 @@ make sure your materials comply before publishing them.
7777
### 7. Request funding (optional)
7878
7979
If you need financial support for venue costs, catering, or materials,
80-
see the [Event Funding Request](funding-request/) page. Small events
80+
see the [Event Funding Request](funding-request.html) page. Small events
8181
can request up to $2,000 with a lightweight proposal.
8282
-->
8383

8484
### 8. Run the event
8585

86-
See the [Day-of Checklist](day-of-checklist/) for a printable
86+
See the [Day-of Checklist](day-of-checklist.html) for a printable
8787
checklist.
8888

8989
### 9. After the event
@@ -99,11 +99,11 @@ checklist.
9999

100100
## Resources
101101

102-
* [Event page template](../templates/small-event-template/) — copy this to create your event page
103-
* [Day-of checklist](day-of-checklist/) — printable logistics checklist
104-
<!-- * [Funding request process](funding-request/) — how to ask for budget support -->
105-
* [Sprint in a Box](sprint-in-a-box/) — everything you need for a contributor sprint
106-
* [Speaker support](../../volunteer/speaker-support/) — coaching for presenters
102+
* [Event page template](../templates/small-event-template.html) — copy this to create your event page
103+
* [Day-of checklist](day-of-checklist.html) — printable logistics checklist
104+
<!-- * [Funding request process](funding-request.html) — how to ask for budget support -->
105+
* [Sprint in a Box](sprint-in-a-box.html) — everything you need for a contributor sprint
106+
* [Speaker support](../../volunteer/speaker-support.html) — coaching for presenters
107107
* [ASF event branding policy](https://www.apache.org/foundation/marks/events.html)
108108

109109
---

source/organize/templates/sprint-in-a-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ needed, just a room and people who want to code together.
2020
### 6 weeks before
2121

2222
- [ ] Confirm room (university, office, coworking space, library)
23-
- [ ] Set up event page using the [event template](small-event-template/)
23+
- [ ] Set up event page using the [event template](small-event-template.html)
2424
- [ ] Post to your project's dev@ list: "Who's interested?"
2525
- [ ] Curate 10+ issues suitable for new contributors (label them "sprint")
2626

@@ -88,5 +88,5 @@ at least 4 weeks in advance. We can ship limited quantities at no cost.
8888
## Funding
8989

9090
If you need help covering room rental or food costs, see the
91-
[Event Funding Request](../funding-request/) page. Sprints typically
91+
[Event Funding Request](../funding-request.html) page. Sprints typically
9292
need $200–500 (pizza + drinks for a day).

0 commit comments

Comments
 (0)