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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 2025.code4lib.org
2
2
3
3
## Intro
4
-
4
+
x
5
5
This site is developed by the [Code4Lib 2025 Conference Committee Website Working Group](https://wiki.code4lib.org/Code4Lib_2025_Conference_Committees#Website_Working_Group) based on a design by the [2016 working group](https://wiki.code4lib.org/2016_Conference_Committees#Website_Working_Group). A great deal of conference and organizational info can be found on the [Code4Lib Wiki](https://wiki.code4lib.org/Main_Page) and the [Code4Lib Site](https://code4lib.org), but this site should serve as a gateway to the various sources of Code4Lib information while providing visitors with a user-friendly way to find conference-specific info.
6
6
7
7
This site is designed with future users in mind, so the group chose platforms that would be accessible to a wide range of users: [Jekyll](https://jekyllrb.com) and [GitHub Pages](https://pages.github.com).
@@ -49,7 +49,7 @@ See a list of [open issues](https://github.com/code4lib/2025.code4lib.org/issues
49
49
9. Switch back to the main branch
50
50
*```git checkout main```
51
51
10. Go to https://github.com/code4lib/2025.code4lib.org
52
-
11. Make a pull request base:master and compare:issue-3
52
+
11. Make a pull request base:main and compare:issue-3
53
53
12. Wait for someone to test your changes and merge the pull request
54
54
13. Do the dance of joy 🎉
55
55
@@ -62,4 +62,4 @@ See a list of [open issues](https://github.com/code4lib/2025.code4lib.org/issues
62
62
*```git checkout BRANCHNAME```
63
63
4.```bundle exec jekyll serve```
64
64
5. Check [http://localhost:4000](http://localhost:4000) that nothing is broken
65
-
6. Merge that branch into master (easiest to manage on the GitHub site)
65
+
6. Merge that branch into main (easiest to manage on the GitHub site)
0 commit comments