Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 467b2a4

Browse files
committed
update the broken links mate
1 parent 142419d commit 467b2a4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ The script will pull & download the latest version that works on your machine's
3434

3535
To try HELayers out from the IBM Container Registry directly, follow the instructions below:
3636

37-
* Python
38-
* [HELayers Python x86](https://ibm.github.io/helayers/pylab/)
39-
* [HELayers Python s390x](https://ibm.github.io/helayers/pylab-s390x/)
40-
* C++
41-
* [HELayers C++ x86](https://ibm.github.io/helayers/lab/)
42-
* [HELayers C++ s390x](https://ibm.github.io/helayers/lab-s390x/)
37+
* [Python Package](https://ibm.github.io/helayers/user/installation.html#importing-the-pyhelayers-python-packge)
38+
39+
* [Docker Images](https://ibm.github.io/helayers/user/installation.html#docker-image-installation)
4340

4441
### Take a look at our in-depth walkthrough video on how to download and get started with HElayers.
4542

StartHELayers.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ else
137137
elif [[ "$labtype" = "cpp" ]]
138138
then
139139
imagesuffix="lab"
140-
labport="8443"
140+
# This was switched to be port 8888 no matter which one was started
141+
labport="8888"
141142
else
142143
echo " "
143144
echo " Invalid lab type: $labtype Please specify a valid lab type"
@@ -198,7 +199,7 @@ then
198199
elif [[ "$labtype" = "cpp" ]]
199200
then
200201
echo " "
201-
echo " Container started. Navigate to: http://127.0.0.1:8443/ "
202+
echo " Container started. Navigate to: http://127.0.0.1:8888/ "
202203
echo " "
203204
fi
204205

0 commit comments

Comments
 (0)