diff --git a/CHANGELOG.md b/CHANGELOG.md index a544bdb..f01788d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ Below is a detailed change-log, along with specific tasks completed, for each version released to date for Apache Error Pages. +## Version 2.0.2 (15/05/2018) + +- [#enhancement](#enhancement) + - Renamed the Git repo from `Apache-Error-Pages` to `Webserver-Error-Pages` as there is now support for additional webservers. + ## Version 2.0.1 (15/05/2018) - [#new](#new) - Moved `/assets/` and `/webfonts/` to new `/src/static/` folder for better organisation. + - Cleaned up the `/src/` folder by moving all the Apache HTML templates to `/src/apache/` and the minify script now builds the distribution files out of this new folder. - [#enhancement](#enhancement) - Created proper functions for all the minfy scripts: - `src/scripts/minify` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfc5393..93139b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,5 +23,5 @@ Thanks for contributing! :heart: [//]: # (Simply change the URL's below to your own project information) -[issues]: https://github.com/justinhartman/Apache-Error-Pages/issues -[new-issue]: https://github.com/justinhartman/Apache-Error-Pages/issues/new +[issues]: https://github.com/justinhartman/Webserver-Error-Pages/issues +[new-issue]: https://github.com/justinhartman/Webserver-Error-Pages/issues/new diff --git a/README.md b/README.md index 517f030..c9192f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Apache, Nginx and IIS HTTP Error Pages Replacement +# Apache, Nginx and IIS Webserver HTTP Error Pages Replacement The Apache, Nginx and IIS Error Pages project is a drop-in replacement of beautifully designed, user-friendly Apache 2, Nginx and IIS error pages. If you're tired of having _boring_ error pages displayed to users then these might just be the solution for you. @@ -580,9 +580,9 @@ Thanks go out to the following for the inspiration, images, icons and, in some c [COC]: CODE_OF_CONDUCT.md [changelog]: CHANGELOG.md [semver]: http://semver.org -[tags]: https://github.com/justinhartman/Apache-Error-Pages/tags -[releases]: https://github.com/justinhartman/Apache-Error-Pages/releases -[contribs]: https://github.com/justinhartman/Apache-Error-Pages/contributors +[tags]: https://github.com/justinhartman/Webserver-Error-Pages/tags +[releases]: https://github.com/justinhartman/Webserver-Error-Pages/releases +[contribs]: https://github.com/justinhartman/Webserver-Error-Pages/contributors [author-1]: https://github.com/justinhartman [.github]: https://github.com/justinhartman/.github [script]: src/scripts/minify