Skip to content

Commit c6b1231

Browse files
authored
Rename all instances of fortran-lang.github.io to fortran-lang.org (#194)
1 parent f3ea348 commit c6b1231

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to fortran-lang.github.io
1+
# Contributing to fortran-lang.org
22

3-
Fortran-lang.github.io is open-source and contributions are welcome!
3+
Fortran-lang.org is open-source and contributions are welcome!
44

55
* See [PACKAGES](./PACKAGES.md) for how to add an entry to the [Package index](https://fortran-lang.org/packages)
66

@@ -35,22 +35,22 @@ can be previewed locally, however this is not mandatory since site previews can
3535
pull request process (see below for more information).
3636
See [README.md](README.md) for how to setup Jekyll and build the site.
3737

38-
The GitHub repository master branch only ever contains the 'source code' for the website, not the final
38+
The GitHub repository default branch only ever contains the 'source code' for the website, not the final
3939
compiled result; an automated service compiles this source code every time an update is pushed and stores
4040
the compiled result on the [`gh-pages`](https://github.com/fortran-lang/fortran-lang.org/tree/gh-pages) branch
4141
which is served up at <https://fortran-lang.org>.
4242

4343
Therefore, as a contributor you only need to upload changes to the site source code and not the compiled result, because
44-
this is built automatically from the source code on the master branch.
44+
this is built automatically from the source code on the default branch.
4545

4646

4747
## Workflow
4848

49-
Contributions to the site are made by pull request to the github repository: <https://github.com/fortran-lang/fortran-lang.github.io/>.
49+
Contributions to the site are made by pull request to the github repository: <https://github.com/fortran-lang/fortran-lang.org/>.
5050

5151
The workflow for doing so takes the following form:
5252

53-
1. Create/update a personal fork of fortran-lang.github.io
53+
1. Create/update a personal fork of fortran-lang.org
5454
- (See [github help: syncing a fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork) )
5555

5656
2. Create a new branch in your fork
@@ -61,7 +61,7 @@ The workflow for doing so takes the following form:
6161
4. Push your modified branch to your local fork
6262
- _e.g._ `git push --set-upstream origin fix-spelling-homepage`
6363

64-
5. Create a pull request in the fortran-lang/fortran-lang.github.io from your modified fork branch
64+
5. Create a pull request in the fortran-lang/fortran-lang.org from your modified fork branch
6565
- (See [github help: creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) )
6666

6767
__Note: Before opening a pull request you must build your changes locally using Jekyll (see [README.md](README.md)) to verify that your changes build correctly and render as you expect.__
@@ -74,7 +74,7 @@ This avoids having to manually copy suggestions to your local copy and push back
7474
If you use the "Commit suggestion" button, you will need to update the local copy on your computer using `git pull` if you
7575
intend to push more edits from your computer.
7676

77-
Once your pull request is approved, usually by at least two other community members, it will be merged into the fortran-lang.github.io master branch by the maintainers at which point it will be published to the fortran-lang.org site.
77+
Once your pull request is approved, usually by at least two other community members, it will be merged into the fortran-lang.org default branch by the maintainers at which point it will be published to the fortran-lang.org site.
7878

7979
If required, the repository maintainers can build a public preview of your proposed changes which will be available to view at `fortran-lang.org/pr/<pr_id>/` where `<pr_id>` is the numeric identifier of your pull request.
8080

PACKAGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Fortran-lang package index, as written in this document
6161

6262
## Package index requests
6363

64-
Package index requests are made by pull requests against the [fortran-lang.github.io repository](https://github.com/fortran-lang/fortran-lang.github.io/).
64+
Package index requests are made by pull requests against the [fortran-lang.org repository](https://github.com/fortran-lang/fortran-lang.org/).
6565
See [this guide](https://guides.github.com/activities/forking/) for guidance on forking and making pull requests.
6666

6767
Package details are listed in the `_data/package_index.yml` data file.
@@ -148,4 +148,4 @@ Community members reviewing packages should cover the following points:
148148
- If license field is included: check that it matches repository license file
149149

150150
After merge:
151-
- Check that package is available in expected category and search
151+
- Check that package is available in expected category and search

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111

1212
<div class="col-narrow">
13-
This site's source is <a href="https://github.com/fortran-lang/fortran-lang.github.io/">hosted on GitHub</a>.
13+
This site's source is <a href="https://github.com/fortran-lang/fortran-lang.org/">hosted on GitHub</a>.
1414
</div>
1515
</div>
1616
</footer>

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h3>
66
<i data-feather="git-pull-request"></i>
77
<b>Site preview: </b>you are previewing unpublished changes for
88

9-
<a href="https://github.com/fortran-lang/fortran-lang.github.io/pull/{{site.pull_request}}" target="_blank">
9+
<a href="https://github.com/fortran-lang/fortran-lang.org/pull/{{site.pull_request}}" target="_blank">
1010
<i class="devicon-github-plain colored"></i>
1111
pull request {{site.pull_request}}</a>
1212
</h3>

_layouts/code_category.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ <h3>
9494
<!-- <h2 id="faqs">FAQ</h2> -->
9595

9696
See
97-
<a href="https://github.com/fortran-lang/fortran-lang.github.io/blob/master/PACKAGES.md" target="_blank">
97+
<a href="https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md" target="_blank">
9898
<i class="devicon-github-plain colored"></i> here</a> for how to get your project listed.
9999

100100
</div>
101101
</section>
102-
102+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Develop tools</h3>
154154
suite of tools, such as
155155
<a href="https://github.com/fortran-lang/stdlib">Standard Library</a>,
156156
<a href="https://github.com/fortran-lang/fpm">Package Manager</a>, or
157-
<a href="https://github.com/fortran-lang/fortran-lang.github.io">this website</a>.
157+
<a href="https://github.com/fortran-lang/fortran-lang.org">this website</a>.
158158
</p>
159159
</div>
160160

packages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3><i data-feather="list"></i>
3434
</p>
3535
<p>
3636
See
37-
<a href="https://github.com/fortran-lang/fortran-lang.github.io/blob/master/PACKAGES.md" target="_blank">
37+
<a href="https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md" target="_blank">
3838
<i class="devicon-github-plain colored"></i> here</a> for how to get your project listed.
3939
</p>
4040
<p>
@@ -93,7 +93,7 @@ <h3>
9393
<div class="col-wide">
9494

9595
See
96-
<a href="https://github.com/fortran-lang/fortran-lang.github.io/blob/master/PACKAGES.md" target="_blank">
96+
<a href="https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md" target="_blank">
9797
<i class="devicon-github-plain colored"></i> here</a> for how to get your project listed.
9898

9999
</div>

packages/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ <h2> <a href='{{ site.baseurl }}/packages'> Packages</a> / {{page.title}}</h2>
3131
<!-- <h2 id="faqs">FAQ</h2> -->
3232

3333
See
34-
<a href="https://github.com/fortran-lang/fortran-lang.github.io/blob/master/PACKAGES.md" target="_blank">
34+
<a href="https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md" target="_blank">
3535
<i class="devicon-github-plain colored"></i> here</a> for how to get your project listed.
3636

3737
</div>
38-
</section>
38+
</section>

0 commit comments

Comments
 (0)