Skip to content

Commit 34d12c2

Browse files
authored
Update README.md
* Update name (and link) of tutorial in the Jenkins User Documentation. * Change 'a script' reference to 'scripts' (since there are more than one).
1 parent e858090 commit 34d12c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# simple-node-js-react-npm-app
22

3-
This repository is for the [Using Jenkins to build a Node.js/React project]( https://jenkins.io/doc/tutorials/using-jenkins-to-build-a-node-js-react-project/)
3+
This repository is for the
4+
[Using Jenkins to build a Node.js and React application with npm](https://jenkins.io/doc/tutorials/building-a-node-js-and-react-app-with-npm/)
45
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
56

67
The repository contains a simple Node.js and React application which generates
@@ -9,5 +10,5 @@ check that the application renders satisfactorily.
910

1011
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
1112
you'll be creating yourself during the tutorial and the `scripts` directory
12-
contains a shell script with commands that are executed when Jenkins processes
13+
contains shell scripts with commands that are executed when Jenkins processes
1314
the "Deliver" stage of your Pipeline.

0 commit comments

Comments
 (0)