Skip to content

Commit d31406a

Browse files
committed
change baseurl to actual url when its in links
1 parent 28098f0 commit d31406a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Now that you have made some local commits, it is time to send your changes to the remote copy of your repository on GitHub.com and open a pull request:
22

3-
1. On GitHub Desktop, click the button to sync changes. This button changes states based on the changes that have been made in your local repository and on the remote. If no other changes have been made, it will read **Publish Branch**.
4-
1. In your browser, go to the ['Pull Requests' tab of the class repository](https://github.com/githubschool{{site.baseurl}}-github-pages/pulls).
5-
1. Click ['New pull request'](https://github.com/githubschool{{site.baseurl}}-github-pages/compare).
3+
1. On GitHub Desktop, click the button to sync changes. This button changes states based on the changes that have been made in your local repository and on the remote. If no other changes have been made, it will read **Publish Branch**.
4+
1. In your browser, go to the ['Pull Requests' tab of the class repository](https://github.com/githubschool/on-demand-github-pages/pulls).
5+
1. Click ['New pull request'](https://github.com/githubschool/on-demand-github-pages/compare).
66
1. Ensure the `base` branch (the one on the left) is `master` and that the `compare` branch (the one on the right) is the one you created on GitHub Desktop.
77
1. Complete the fields of the pull request.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
It's time to share your page with the world! To do that, you will follow the same steps of the GitHub workflow, but this time you will do it on the class repository:
22

3-
1. Visit the [class repository](https://github.com/githubschool{{site.baseurl}}-github-pages/).
3+
1. Visit the [class repository](https://github.com/githubschool/on-demand-github-pages/).
44
1. Click the **Issues** tab.
5-
1. Request push access by creating an [Issue](https://github.com/githubschool{{site.baseurl}}-github-pages/issues/).
5+
1. Request push access by creating an [Issue](https://github.com/githubschool/on-demand-github-pages/issues/).

_includes/activity/github-desktop/13-review-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Now that you are a collaborator, let's use the local workflow we just learned to make changes to this repository:
33

4-
1. Start from the Code tab of the [class repository on GitHub.com](https://github.com/githubschool{{site.baseurl}}-github-pages/).
4+
1. Start from the Code tab of the [class repository on GitHub.com](https://github.com/githubschool/on-demand-github-pages/).
55
1. Click on `Clone or Download`.
66
1. Click `Open in Desktop`. This will open GitHub Desktop.
77
1. Confirm the `Local Path` as the place you'd like to store the repository locally.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
It's now time to collaborate with other learners taking this class around the :earth_americas:.
33

4-
1. In the [class repository on GitHub.com](https://github.com/githubschool{{site.baseurl}}-github-pages/), navigate to the [Pull Requests tab](https://github.com/githubschool{{site.baseurl}}-github-pages/pulls).
4+
1. In the [class repository on GitHub.com](https://github.com/githubschool/on-demand-github-pages/), navigate to the [Pull Requests tab](https://github.com/githubschool/on-demand-github-pages/pulls).
55
1. Look through other pull requests. Do they look like good changes, with CI passing? Feel free to post an encouraging message!
66
1. In your own pull request, wait to see if the branch passes the Travis CI tests and is ready to merge.

_includes/tell-me-why/branching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Reviewing the GitHub Flow
44

5-
Remember, we used the GitHub Flow in [Introduction to GitHub](https://github.github.com{{site.baseurl}}/intro-to-github/), and we use it again here! :smile:
5+
Remember, we used the GitHub Flow in [Introduction to GitHub](https://github.github.com/on-demand/intro-to-github/), and we use it again here! :smile:
66

77
The main steps of the GitHub workflow are:
88

paths/github-cli/01-github-CLI-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar:
1111
nav: "github-cli"
1212
main-content: |
1313
14-
**Essential First Step:** Before this class, you should complete our [Introduction to GitHub](https://github.github.com{{site.baseurl}}/intro-to-github/) course.
14+
**Essential First Step:** Before this class, you should complete our [Introduction to GitHub](https://github.github.com/on-demand/intro-to-github/) course.
1515
1616
This course teaches you to create and host your own website via GitHub, using Git in the command line.
1717

paths/github-cli/14-review-local-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ tell-me-why: |
2929
4. Collaborate, and make more commits
3030
5. Merge the Pull Request
3131
32-
You've followed this workflow twice so far; once in the [Introduction to GitHub](https://services.github.com{{site.baseurl}}/intro-to-github/) course, and once in this course.
32+
You've followed this workflow twice so far; once in the [Introduction to GitHub](https://services.github.com/on-demand/intro-to-github/) course, and once in this course.
3333
---

paths/github-desktop/01-class-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar:
1111
nav: "github-desktop-nav"
1212
main-content: |
1313
14-
**Essential First Step**: Before this class, you should complete our [Introduction to GitHub](https://github.github.com{{site.baseurl}}/intro-to-github/) course.
14+
**Essential First Step**: Before this class, you should complete our [Introduction to GitHub](https://github.github.com/on-demand/intro-to-github/) course.
1515
1616
This course teaches you to create and host your own website via GitHub, using GitHub Desktop.
1717

0 commit comments

Comments
 (0)