From ad4c15174e9ca694d989bf23d7fd8f6e2b1deab4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 12 Aug 2019 23:23:10 +0300 Subject: [PATCH] Update data-templates.md Fix anchor to `#call-the-functions-with-a-url` --- content/en/templates/data-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/data-templates.md b/content/en/templates/data-templates.md index 293e103fc..89f648c0f 100644 --- a/content/en/templates/data-templates.md +++ b/content/en/templates/data-templates.md @@ -217,7 +217,7 @@ Currently, you can only use those authentication methods that can be put into an To load local files with `getJSON` and `getCSV`, the source files must reside within Hugo's working directory. The file extension does not matter, but the content does. -It applies the same output logic as above in [Calling the Functions with a URL](#calling-the-functions-with-a-url). +It applies the same output logic as above in [Call the Functions with a URL](#call-the-functions-with-a-url). {{% note %}} The local CSV files to be loaded using `getCSV` must be located **outside** of the `data` directory.