Forráskód Böngészése

moved repository to org HttpErrorPages; updated links

Andi Dittrich 6 éve
szülő
commit
12bb09576e
3 módosított fájl, 17 hozzáadás és 17 törlés
  1. 1 1
      LICENSE.md
  2. 15 15
      README.md
  3. 1 1
      assets/template.ejs

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 The MIT License (X11 License)
 
-Copyright (c) 2014-2018 Andi Dittrich
+Copyright (c) 2014-2019 Andi Dittrich
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation

+ 15 - 15
README.md

@@ -8,7 +8,7 @@
 # Simple HttpErrorPages #
 Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitable to use with Lighttpd, Nginx, expressjs, koajs ,Apache-Httpd or any other Webserver.
 
-![Screenshot](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/assets/screenshot1.png)
+![Screenshot](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/assets/screenshot1.png)
 
 ## Features ##
 
@@ -19,16 +19,16 @@ Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitabl
 * Native [koa.js](http://koajs.com/) middleware
 
 ## Demo ##
-* [HTTP400](https://andidittrich.github.io/HttpErrorPages/HTTP400.html)
-* [HTTP401](https://andidittrich.github.io/HttpErrorPages/HTTP401.html)
-* [HTTP403](https://andidittrich.github.io/HttpErrorPages/HTTP403.html)
-* [HTTP404](https://andidittrich.github.io/HttpErrorPages/HTTP404.html)
-* [HTTP500](https://andidittrich.github.io/HttpErrorPages/HTTP500.html)
-* [HTTP501](https://andidittrich.github.io/HttpErrorPages/HTTP501.html)
-* [HTTP502](https://andidittrich.github.io/HttpErrorPages/HTTP502.html)
-* [HTTP503](https://andidittrich.github.io/HttpErrorPages/HTTP503.html)
-* [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html)
-* [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html)
+* [HTTP400](https://httperrorpages.github.io/HttpErrorPages/HTTP400.html)
+* [HTTP401](https://httperrorpages.github.io/HttpErrorPages/HTTP401.html)
+* [HTTP403](https://httperrorpages.github.io/HttpErrorPages/HTTP403.html)
+* [HTTP404](https://httperrorpages.github.io/HttpErrorPages/HTTP404.html)
+* [HTTP500](https://httperrorpages.github.io/HttpErrorPages/HTTP500.html)
+* [HTTP501](https://httperrorpages.github.io/HttpErrorPages/HTTP501.html)
+* [HTTP502](https://httperrorpages.github.io/HttpErrorPages/HTTP502.html)
+* [HTTP503](https://httperrorpages.github.io/HttpErrorPages/HTTP503.html)
+* [HTTP520](https://httperrorpages.github.io/HttpErrorPages/HTTP520.html)
+* [HTTP521](https://httperrorpages.github.io/HttpErrorPages/HTTP521.html)
 
 ## Download ##
 Just clone/download the git repository **or** use the prebuild packages (only the generated html files are included)
@@ -36,12 +36,12 @@ Just clone/download the git repository **or** use the prebuild packages (only th
 ## Download Prebuild Packages (Pages only, en_US) ##
 
 **Direct Download**
-* [Download TAR Archive](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar)
+* [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar)
 
 **Shell/Bash**
 ```shell
 # TAR Archive
-wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar
+wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar
 ```
 
 ## NGINX Integration ##
@@ -231,8 +231,8 @@ Syntax: `Promise _httpErrorPages.koa([options:Object])`
 
 ## Customization ##
 
-First of all, [clone](https://github.com/AndiDittrich/HttpErrorPages.git) 
-or [download](https://github.com/AndiDittrich/HttpErrorPages/archive/master.zip) the http-error-pages repository.
+First of all, [clone](https://github.com/HttpErrorPages/HttpErrorPages.git) 
+or [download](https://github.com/HttpErrorPages/HttpErrorPages/archive/master.zip) the http-error-pages repository.
 
 ### Install Dependencies ###
 

+ 1 - 1
assets/template.ejs

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <!-- Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages -->
+    <!-- Simple HttpErrorPages | MIT License | https://github.com/HttpErrorPages -->
     <meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" />
     <title>We've got some trouble | <%= code %> - <%= title %></title>
     <style type="text/css"><%- inlinecss %></style>