From 7ed17876643cf26ae933cb1d8bf30acd09af483c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 21 Jan 2017 15:46:34 -0600 Subject: [PATCH] fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46193cc56..294ca1724 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See [CONTRIBUTING.md](https://github.com/collinbarrett/FilterLists/blob/master/C ## Directory Structure ### [/gs/lib](https://github.com/collinbarrett/FilterLists/tree/master/gs/lib) -A single [GAS library](https://developers.google.com/apps-script/guide_libraries) used by all five list type spreadsheets and accessed via [type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.gs) +A single [GAS library](https://developers.google.com/apps-script/guide_libraries) used by all five list type spreadsheets and accessed via [/gs/type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.gs) ### [/gs/type](https://github.com/collinbarrett/FilterLists/tree/master/gs/type) Files copy/pasted into each of the five list type spreadsheets to workaround the Google Sheets/GAS permissions structure