Skip to content

Commit 5912181

Browse files
authored
Merge pull request kubernetes#22 from ahmetb/cassandra-relative
Fix relative links in cassandra/README.md
2 parents 0eef31e + 45252b7 commit 5912181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cassandra/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ computer.
5353

5454
## Cassandra Docker
5555

56-
The pods use the [```gcr.io/google-samples/cassandra:v12```](image/Dockerfile)
56+
The pods use the [```gcr.io/google-samples/cassandra:v12```](https://github.com/kubernetes/examples/blob/master/cassandra/image/Dockerfile)
5757
image from Google's [container registry](https://cloud.google.com/container-registry/docs/).
5858
The docker is based on `debian:jessie` and includes OpenJDK 8. This image
5959
includes a standard Cassandra installation from the Apache Debian repo. Through the use of environment variables you are able to change values that are inserted into the `cassandra.yaml`.
@@ -840,15 +840,15 @@ via a replication control or a daemonset, you will need to use the custom seed p
840840
In Cassandra, a `SeedProvider` bootstraps the gossip protocol that Cassandra uses to find other
841841
Cassandra nodes. Seed addresses are hosts deemed as contact points. Cassandra
842842
instances use the seed list to find each other and learn the topology of the
843-
ring. The [`KubernetesSeedProvider`](java/src/main/java/io/k8s/cassandra/KubernetesSeedProvider.java)
843+
ring. The [`KubernetesSeedProvider`](https://github.com/kubernetes/examples/blob/master/cassandra/java/src/main/java/io/k8s/cassandra/KubernetesSeedProvider.java)
844844
discovers Cassandra seeds IP addresses via the Kubernetes API, those Cassandra
845845
instances are defined within the Cassandra Service.
846846

847847
Refer to the custom seed provider [README](https://git.k8s.io/examples/cassandra/java/README.md) for further
848848
`KubernetesSeedProvider` configurations. For this example you should not need
849849
to customize the Seed Provider configurations.
850850

851-
See the [image](image/) directory of this example for specifics on
851+
See the [image](https://github.com/kubernetes/examples/tree/master/cassandra/image) directory of this example for specifics on
852852
how the container docker image was built and what it contains.
853853

854854
You may also note that we are setting some Cassandra parameters (`MAX_HEAP_SIZE`

0 commit comments

Comments
 (0)