From 62f55c434c6928847981af9ef171550df827fbec Mon Sep 17 00:00:00 2001 From: thomassuedbroecker Date: Tue, 14 Dec 2021 08:57:38 +0100 Subject: [PATCH] update workshoip readme --- workshop-one-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop-one-service/README.md b/workshop-one-service/README.md index 225c7e4..12fe0d6 100755 --- a/workshop-one-service/README.md +++ b/workshop-one-service/README.md @@ -2,7 +2,7 @@ This workshop demonstrates how to build a microservice with Java and how to deploy it to Kubernetes on the IBM Cloud. The microservice in this workshop is kept as simple as possible, so that it can be used as a starting point for other microservices. The microservice has been developed with Java EE and [Eclipse MicroProfile](https://microprofile.io/). -* > This workshop is available on GitBook: **[Get your Java Microservice up and running!](https://ibm.github.io/get-your-java-microservice-up-and-running/)**. The version of the workshop uses a unified option to run the workshop for Mac, Linux and Windows users. +* > This workshop is available on GitHub pages (made with [MkDocs](https://www.mkdocs.org/)): **[Get your Java Microservice up and running!](https://ibm.github.io/get-your-java-microservice-up-and-running/)**. This version of the workshop uses a unified way to run on Mac, Linux and Windows users. * > Here is an useful playlist on YouTube related to this workshop: [Build and deploy a microservice to Kubernetes](https://ibm.biz/BdzVRY)