Skip to content

Commit ba8e77a

Browse files
committed
move events.qmd to events/index.qmd
1 parent a7e62e1 commit ba8e77a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ website:
2121
- text: "Slack Group"
2222
file: slack.qmd
2323
- text: "Events"
24-
file: events.qmd
24+
file: events/index.qmd
2525
- text: "Tutorials & demos"
2626
file: tutorials.qmd
2727
- text: Working Group

events.qmd renamed to events/index.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Note: you can set the calendar below to show your time zone by clicking the time
2828

2929
## Past events
3030

31-
* [C Study Group 2024](c-study-group-2024): study group designed for R contributors to develop skills in C programming.
32-
* [C Book Club 2023](c-book-club-2023): book club designed for R contributors to develop skills in C programming.
31+
* [C Study Group 2024](c-study-group-2024/index.qmd): study group designed for R contributors to develop skills in C programming.
32+
* [C Book Club 2023](c-book-club-2023/index.qmd): book club designed for R contributors to develop skills in C programming.
3333
<!-- [Google Calendar](https://calendar.google.com/calendar/u/1?cid=ab59b5988cef70d576d045f33a7b4ec633d665afb070aaf696b4b353254c74dc@group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/ab59b5988cef70d576d045f33a7b4ec633d665afb070aaf696b4b353254c74dc%40group.calendar.google.com/public/basic.ics) -->
34-
* [Collaboration Campfires](collaboration-campfires): sessions for newcomers to learn more about contributing to R and to work collaboratively on activities to build knowledge and skills in this area.
34+
* [Collaboration Campfires](collaboration-campfires/index.qmd): sessions for newcomers to learn more about contributing to R and to work collaboratively on activities to build knowledge and skills in this area.
3535
<!-- [Google Calendar](https://calendar.google.com/calendar/u/0/[email protected]) / [iCal](https://calendar.google.com/calendar/ical/4gvpmaj0coinh0kuvc9lbissbo%40group.calendar.google.com/public/basic.ics) -->
36-
* [Bug BBQ](bug-bbq): a global, online event over 24 hours for both new and experienced contributors to address open bugs on R's bug tracker.
36+
* [Bug BBQ](bug-bbq/index.qmd): a global, online event over 24 hours for both new and experienced contributors to address open bugs on R's bug tracker.
3737
<!-- [Google Calendar](https://calendar.google.com/calendar/u/0/[email protected]) / [iCal](https://calendar.google.com/calendar/ical/0m51s33qv9b030ip742675lki8%40group.calendar.google.com/public/basic.ics) -->
38-
* [R Project Sprint 2023](https://contributor.r-project.org/r-project-sprint-2023){target="_blank"} and translatathons. <!-- [Google Calendar](https://calendar.google.com/calendar/u/0/r?cid=096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b@group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com/public/basic.ics) -->
38+
* [R Project Sprint 2023](https://contributor.r-project.org/r-project-sprint-2023/index.qmd){target="_blank"} and translatathons. <!-- [Google Calendar](https://calendar.google.com/calendar/u/0/r?cid=096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b@group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com/public/basic.ics) -->
3939

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a community-maintained site for people interested in contributing to cor
88

99
Join our [Slack Group](slack.qmd) to chat with current and aspiring R contributors. Everyone interested is welcome!
1010

11-
Read the [R Development Guide](https://contributor.r-project.org/rdevguide){target="_blank"}, follow a [Tutorial](tutorials.qmd), or attend an [Event](events.qmd) to learn more about contributing to R.
11+
Read the [R Development Guide](https://contributor.r-project.org/rdevguide){target="_blank"}, follow a [Tutorial](tutorials.qmd), or attend an [Event](events/index.qmd) to learn more about contributing to R.
1212

1313
## Quick Start
1414

0 commit comments

Comments
 (0)