From 467b2a41460c180fa0504c512ddd4f9a70dbf06e Mon Sep 17 00:00:00 2001 From: Gregory Boland Date: Wed, 24 Jul 2024 13:45:14 -0400 Subject: [PATCH 1/2] update the broken links mate --- README.md | 9 +++------ StartHELayers.sh | 5 +++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 76939a4..783e881 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/StartHELayers.sh b/StartHELayers.sh index c9c83bb..7962b71 100755 --- a/StartHELayers.sh +++ b/StartHELayers.sh @@ -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 From de049f18dafa0bab94d8e0231607df2b8ce534d3 Mon Sep 17 00:00:00 2001 From: Gregory Boland Date: Wed, 24 Jul 2024 13:48:20 -0400 Subject: [PATCH 2/2] updated_links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783e881..9d909f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -We are archiving this existing repository. Its been a few years since we've had any support for the FHE Toolkit. Please see below for current offering, HElayers, which is supported and in active development. +## We are archiving this existing repository. Its been a few years since we've had any support for the FHE Toolkit. Please see below for current offering, HElayers, which is supported and in active development. # IBM Fully Homomorphic Encryption (HELayers) SDK for Linux