diff --git a/build/README_Template.md b/build/README_Template.md index 66c5bad..ee6806c 100644 --- a/build/README_Template.md +++ b/build/README_Template.md @@ -4,7 +4,7 @@ This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer). -See the list of Apps included in this template [here](TemplateList.md). +See the list of Apps included in this template [here](AppList.md). ### App Template for Portainer ![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true) diff --git a/build/env.sh b/build/env.sh index f6ffda0..4280df2 100755 --- a/build/env.sh +++ b/build/env.sh @@ -11,7 +11,7 @@ TOOLSREADME="${homedir}tools/README.md" TOOLSREADME_TEMPLATE="${homedir}build/tools_README_Template.md" # AppList Document -AppList="${homedir}docs/TemplateList.md" +AppList="${homedir}docs/AppList.md" # appinfo file appinfo="${homedir}build/appinfo.json" diff --git a/docs/TemplateList.md b/docs/AppList.md similarity index 100% rename from docs/TemplateList.md rename to docs/AppList.md diff --git a/docs/README.md b/docs/README.md index 08f1aea..4f551bb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer). -See the list of Apps included in this template [here](TemplateList.md). +See the list of Apps included in this template [here](AppList.md). ### App Template for Portainer ![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true) diff --git a/docs/appinfo.md b/docs/appinfo.md index 2980192..4f15612 100644 --- a/docs/appinfo.md +++ b/docs/appinfo.md @@ -9,7 +9,7 @@ Keeping this file up to date help to maintain all other important document files ## Files that relies on `appinfo.json` - [docs/README.md](README.md) -- [docs/TemplateList.md](TemplateList.md) +- [docs/AppList.md](AppList.md) - [tools/README.md](../tools/README.md) ## File Structure