You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Deploying-your-first-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ toc: false
23
23
npm install
24
24
npm start
25
25
```
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.
27
27
28
28
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.
29
29
@@ -38,4 +38,4 @@ toc: false
38
38
```
39
39
40
40
### 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