From 2ef219cc7c5d6f8910de2447e83ab51e4547ae6c Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 24 Jul 2017 19:44:32 +1000 Subject: [PATCH] fixed link --- docs/{README => README.md} | 2 +- docs/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{README => README.md} (64%) diff --git a/docs/README b/docs/README.md similarity index 64% rename from docs/README rename to docs/README.md index 9b4a474b8..b5637517d 100644 --- a/docs/README +++ b/docs/README.md @@ -6,4 +6,4 @@ To preview the documentation, run: docker run --rm --volume=$PWD:/srv/jekyll -p 127.0.0.1:4000:4000 -it jekyll/jekyll:pages jekyll serve ``` -From the `docs` directory. \ No newline at end of file +From the `docs` directory. Then visit: [http://127.0.0.1:4000/talk/](http://127.0.0.1:4000/talk/). \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index b94154269..f4f3b21a4 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -135,7 +135,7 @@ exclude: - node_modules - package.json - Rakefile - - README + - README.md - tmp keep_files: - .git