Skip to content

Commit 0936757

Browse files
eallred-googleknative-prow-robot
authored andcommitted
Eallred google patch 1 (#1909)
* Update README.md fixed broken link to K8 / Knative installation instructions * Update README.md Arun Gupta blog is not responding with content - added Arun Gupta github link for this instead.
1 parent a181c0d commit 0936757

File tree

1 file changed

+2
-2
lines changed
  • docs/serving/samples/hello-world/helloworld-java-spark

1 file changed

+2
-2
lines changed

docs/serving/samples/hello-world/helloworld-java-spark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ testing.
1111
## Prerequisites
1212

1313
- A Kubernetes cluster with Knative installed and DNS configured. Follow the
14-
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
14+
[installation instructions](../../../../install/README.md)
1515
if you need to create one.
1616
- [Docker](https://www.docker.com) installed and running on your local machine,
1717
and a Docker Hub account configured (we'll use it for a container registry).
@@ -48,7 +48,7 @@ recreate the source files from this folder.
4848
block below into it. For detailed instructions on dockerizing a Spark Java
4949
app, see [Spark with Docker](http://sparkjava.com/tutorials/docker). For
5050
additional information on multi-stage docker builds for Java see
51-
[Creating Smaller Java Image using Docker Multi-stage Build](http://blog.arungupta.me/smaller-java-image-docker-multi-stage-build/).
51+
[Creating Smaller Java Image using Docker Multi-stage Build](https://github.com/arun-gupta/docker-java-multistage).
5252

5353
```docker
5454
# Use the official maven/Java 8 image to create a build artifact.

0 commit comments

Comments
 (0)