From f12e3822f538845312e9bb4026bb95e2b8cb6d10 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Mon, 14 Sep 2015 14:02:51 -0700 Subject: [PATCH] fixing broken links --- _data/sidebar_doc.yml | 4 ++-- doc_build_arguments.md | 2 +- doc_collections.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/sidebar_doc.yml b/_data/sidebar_doc.yml index ef23cb8..fa56f68 100644 --- a/_data/sidebar_doc.yml +++ b/_data/sidebar_doc.yml @@ -266,7 +266,7 @@ entries: version: all - title: Generating PDFs - url: /doc_generating_pdfsx.html + url: /doc_generating_pdfs.html audience: writers, designers platform: all product: all @@ -280,7 +280,7 @@ entries: version: all - title: Help APIs and UI tooltips - url: /doc_help_api.html + url: /doc_help_apis.html audience: writers, designers platform: all product: all diff --git a/doc_build_arguments.md b/doc_build_arguments.md index ab84a4c..e0a7962 100644 --- a/doc_build_arguments.md +++ b/doc_build_arguments.md @@ -33,7 +33,7 @@ Here the `configs/config_writers.yml` file is used instead of `_config.yml`. The If you don't want to enter the long Jekyll argument every time, with all your configuration details, you can create a shell script and then just run the script. This theme shows an example with the doc_multibuild_web.sh file in the root directory. -My preference is to add the scripts to profiles in iTerm. See {{site.data.urls.doc_iterm_profiles}} for more details. +My preference is to add the scripts to profiles in iTerm. See {{site.data.urls.doc_iterm_profiles.link}} for more details. ## Stop a server diff --git a/doc_collections.md b/doc_collections.md index 19ba6e4..1afb0a6 100644 --- a/doc_collections.md +++ b/doc_collections.md @@ -29,4 +29,4 @@ See [Collections in the Jekyll documentation](http://jekyllrb.com/docs/collectio ## How to use collections -I haven't found a huge use for collections in normal documentation. However, I did find a use for collections in generating a tooltip file that would be used for delivering tooltips to a user interface from text files in the documentation. See {{site.data.urls.doc_help_api}} for details. \ No newline at end of file +I haven't found a huge use for collections in normal documentation. However, I did find a use for collections in generating a tooltip file that would be used for delivering tooltips to a user interface from text files in the documentation. See {{site.data.urls.doc_help_api.link}} for details. \ No newline at end of file