Make references to files in examples links

This commit is contained in:
Paul Morie
2015-05-24 03:15:58 -04:00
parent 4292866c03
commit 95806ea68c
11 changed files with 32 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ instructions for your platform.
The Master service is the master (or head) service for a Spark
cluster.
Use the `examples/spark/spark-master.json` file to create a pod running
Use the [`examples/spark/spark-master.json`](spark-master.json) file to create a pod running
the Master service.
```shell
@@ -85,7 +85,7 @@ program.
The Spark workers need the Master service to be running.
Use the `examples/spark/spark-worker-controller.json` file to create a
Use the [`examples/spark/spark-worker-controller.json`](spark-worker-controller.json) file to create a
ReplicationController that manages the worker pods.
```shell