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

Updated links #204

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update the broken links mate
boland25 committed Jul 24, 2024
commit 467b2a41460c180fa0504c512ddd4f9a70dbf06e
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -34,12 +34,9 @@ The script will pull & download the latest version that works on your machine's

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

* Python
* [HELayers Python x86](https://ibm.github.io/helayers/pylab/)
* [HELayers Python s390x](https://ibm.github.io/helayers/pylab-s390x/)
* C++
* [HELayers C++ x86](https://ibm.github.io/helayers/lab/)
* [HELayers C++ s390x](https://ibm.github.io/helayers/lab-s390x/)
* [Python Package](https://ibm.github.io/helayers/user/installation.html#importing-the-pyhelayers-python-packge)

* [Docker Images](https://ibm.github.io/helayers/user/installation.html#docker-image-installation)

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

5 changes: 3 additions & 2 deletions StartHELayers.sh
Original file line number Diff line number Diff line change
@@ -137,7 +137,8 @@ else
elif [[ "$labtype" = "cpp" ]]
then
imagesuffix="lab"
labport="8443"
# This was switched to be port 8888 no matter which one was started
labport="8888"
else
echo " "
echo " Invalid lab type: $labtype Please specify a valid lab type"
@@ -198,7 +199,7 @@ then
elif [[ "$labtype" = "cpp" ]]
then
echo " "
echo " Container started. Navigate to: http://127.0.0.1:8443/ "
echo " Container started. Navigate to: http://127.0.0.1:8888/ "
echo " "
fi