Skip to content

Commit

Permalink
Merge pull request #1281 from gilesgas/fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links in tutorials ...
  • Loading branch information
bitwiseman committed Dec 19, 2017
2 parents 572ee77 + 72ba088 commit bb41a6e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion content/doc/tutorials/_run-jenkins-in-docker.adoc
Expand Up @@ -166,6 +166,7 @@ To restart the Jenkins/Blue Ocean Docker container:

. Run the same `docker run ...` command you ran for <<on-macos-and-linux,macOS,
Linux>> or <<on-windows,Windows>> above. +
*Note:* This process also updates the Docker image.
*Note:* This process also updates the `jenkinsci/blueocean` Docker image, if
an updated one is available.
. Browse to `http://localhost:8080`.
. Wait until the log in page appears and log in.
2 changes: 1 addition & 1 deletion content/doc/tutorials/build-a-java-app-with-maven.adoc
Expand Up @@ -99,7 +99,7 @@ and then cloning this fork locally.
Management (SCM), which will be your locally cloned Git repository.
. From the *SCM* field, choose *Git*.
. In the *Repository URL* field, specify the directory path of your locally
cloned repository <<fork-and-clone-the-sample-repository-on-github,above>>,
cloned repository <<fork-sample-repository,above>>,
which is from your user account/home directory on your host machine, mapped to
the `/home` directory of the Jenkins container - i.e.
* For macOS - `/home/Documents/GitHub/simple-java-maven-app`
Expand Down
Expand Up @@ -140,7 +140,7 @@ project as a "Multibranch Pipeline" project.
. In *Where do you store your code?*, click *Git* (_not_ *GitHub*).
. In the *Repository URL* field (within *Connect to a Git repository*), specify
the directory path of your locally cloned repository
<<fork-and-clone-the-sample-repository-on-github,above>>, which is from your
<<fork-sample-repository,above>>, which is from your
user account/home directory on your host machine, mapped to the `/home`
directory of the Jenkins container - i.e.
* For macOS - `/home/Documents/GitHub/building-a-multibranch-pipeline-project`
Expand Down
Expand Up @@ -102,7 +102,7 @@ GitHub account and then cloning this fork locally.
Management (SCM), which will be your locally cloned Git repository.
. From the *SCM* field, choose *Git*.
. In the *Repository URL* field, specify the directory path of your locally
cloned repository <<fork-and-clone-the-sample-repository-on-github,above>>,
cloned repository <<fork-sample-repository,above>>,
which is from your user account/home directory on your host machine, mapped to
the `/home` directory of the Jenkins container - i.e.
* For macOS - `/home/Documents/GitHub/simple-node-js-react-npm-app`
Expand Down
Expand Up @@ -111,7 +111,7 @@ then cloning this fork locally.
Management (SCM), which will be your locally cloned Git repository.
. From the *SCM* field, choose *Git*.
. In the *Repository URL* field, specify the directory path of your locally
cloned repository <<fork-and-clone-the-sample-repository-on-github,above>>,
cloned repository <<fork-sample-repository,above>>,
which is from your user account/home directory on your host machine, mapped to
the `/home` directory of the Jenkins container - i.e.
* For macOS - `/home/Documents/GitHub/simple-python-pyinstaller-app`
Expand Down
2 changes: 1 addition & 1 deletion content/doc/tutorials/create-a-pipeline-in-blue-ocean.adoc
Expand Up @@ -103,7 +103,7 @@ to GitHub",width=80%] +
(provided by your access token).
. In *Which organization does the repository belong
to?*, click your GitHub account (where you forked the repository
<<fork-the-sample-repository-on-github,above>>).
<<fork-sample-repository,above>>).
. In *Choose a repository*, click your forked repository
*creating-a-pipeline-in-blue-ocean*.
. Click *Create Pipeline*. +
Expand Down

0 comments on commit bb41a6e

Please sign in to comment.