diff --git a/README.adoc b/README.adoc index 74c63784..80ff7854 100644 --- a/README.adoc +++ b/README.adoc @@ -272,7 +272,7 @@ The [hotspot=axios]`axios` HTTP call is used to read the artist JSON that contai ifdef::cloud-hosted[] Finally, run the following command to update the URL to access the ***artists.json*** in the ***ArtistTable.js*** file: ```bash -sed -i 's=http://localhost:9080/artists='"http://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/start/src/main/frontend/src/Components/ArtistTable.js +sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/start/src/main/frontend/src/Components/ArtistTable.js ``` endif::[] diff --git a/finish/pom.xml b/finish/pom.xml index 00ffee86..3a837cfd 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -62,7 +62,7 @@ com.github.eirslett frontend-maven-plugin - 1.10.0 + 1.12.1 src/main/frontend diff --git a/start/pom.xml b/start/pom.xml index d2575eef..469f118b 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -61,7 +61,7 @@ com.github.eirslett frontend-maven-plugin - 1.10.0 + 1.12.1 src/main/frontend