fix broken links in docs/README (#55)

* fix broken links in docs/README

* typo
This commit is contained in:
JS 2017-09-11 13:17:46 -07:00 коммит произвёл GitHub
Родитель 219cf412c0
Коммит 5edd120c52
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -137,4 +137,4 @@ azb spark cluster delete --id <my-cluster-id>
Please see the samples folder for a curated list of samples from Spark-2.2.0.
## Next Steps
You can find more documentation [here](./documentation)
You can find more documentation [here](./docs)

Просмотреть файл

@ -10,5 +10,5 @@ Add custom configuraiton scripts to your cluster.
## [Spark Submit](./20-spark-submit.md)
Submit a Spark job to the cluster.
## [Cloud Storage](./30-cloud-storage)
## [Cloud Storage](./30-cloud-storage.md)
Using cloud storage to load and save data to and from persisted data stores.