Skip to content

Commit f28cee4

Browse files
committed
Change URLs to be links
GitHub markdown automatically makes URLs linkable, but GitHub pages uses Jekyl that doesn't do that, so change them to be linkable by hand.
1 parent b24a2ec commit f28cee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/cdp/cdp-Deploying-your-first-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ toc: false
2323
npm install
2424
npm start
2525
```
26-
The Node.js web server will start and you can browse to http://localhost:3000 to see the running application. Use CTRL+C to stop the Node.js web server.
26+
The Node.js web server will start and you can browse to [http://localhost:3000](http://localhost:3000) to see the running application. Use CTRL+C to stop the Node.js web server.
2727

2828
1. Package the Node.js application into a CICS bundle. The port needs to be available for use by the CICS region on z/OS.
2929

@@ -38,4 +38,4 @@ toc: false
3838
```
3939

4040
### Results
41-
The Node.js web server will start and you can browse to http://myzos:3000 to see the running application.
41+
The Node.js web server will start and you can browse to [http://myzos:3000](http://myzos:3000) to see the running application.

0 commit comments

Comments
 (0)