FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

moved repository to org HttpErrorPages; updated links · HttpErrorPages/HttpErrorPages@12bb095 · GitHub

Commit 12bb095

Browse files
committed
moved repository to org HttpErrorPages; updated links
1 parent 0569f8d commit 12bb095

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

‎LICENSE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (X11 License)
22

3-
Copyright (c) 2014-2018 Andi Dittrich
3+
Copyright (c) 2014-2019 Andi Dittrich
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

‎README.md‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Simple HttpErrorPages #
99
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.
1010

11-
![Screenshot](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/assets/screenshot1.png)
11+
![Screenshot](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/assets/screenshot1.png)
1212

1313
## Features ##
1414

@@ -19,29 +19,29 @@ Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitabl
1919
* Native [koa.js](http://koajs.com/) middleware
2020

2121
## Demo ##
22-
* [HTTP400](https://andidittrich.github.io/HttpErrorPages/HTTP400.html)
23-
* [HTTP401](https://andidittrich.github.io/HttpErrorPages/HTTP401.html)
24-
* [HTTP403](https://andidittrich.github.io/HttpErrorPages/HTTP403.html)
25-
* [HTTP404](https://andidittrich.github.io/HttpErrorPages/HTTP404.html)
26-
* [HTTP500](https://andidittrich.github.io/HttpErrorPages/HTTP500.html)
27-
* [HTTP501](https://andidittrich.github.io/HttpErrorPages/HTTP501.html)
28-
* [HTTP502](https://andidittrich.github.io/HttpErrorPages/HTTP502.html)
29-
* [HTTP503](https://andidittrich.github.io/HttpErrorPages/HTTP503.html)
30-
* [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html)
31-
* [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html)
22+
* [HTTP400](https://httperrorpages.github.io/HttpErrorPages/HTTP400.html)
23+
* [HTTP401](https://httperrorpages.github.io/HttpErrorPages/HTTP401.html)
24+
* [HTTP403](https://httperrorpages.github.io/HttpErrorPages/HTTP403.html)
25+
* [HTTP404](https://httperrorpages.github.io/HttpErrorPages/HTTP404.html)
26+
* [HTTP500](https://httperrorpages.github.io/HttpErrorPages/HTTP500.html)
27+
* [HTTP501](https://httperrorpages.github.io/HttpErrorPages/HTTP501.html)
28+
* [HTTP502](https://httperrorpages.github.io/HttpErrorPages/HTTP502.html)
29+
* [HTTP503](https://httperrorpages.github.io/HttpErrorPages/HTTP503.html)
30+
* [HTTP520](https://httperrorpages.github.io/HttpErrorPages/HTTP520.html)
31+
* [HTTP521](https://httperrorpages.github.io/HttpErrorPages/HTTP521.html)
3232

3333
## Download ##
3434
Just clone/download the git repository **or** use the prebuild packages (only the generated html files are included)
3535

3636
## Download Prebuild Packages (Pages only, en_US) ##
3737

3838
**Direct Download**
39-
* [Download TAR Archive](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar)
39+
* [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar)
4040

4141
**Shell/Bash**
4242
```shell
4343
# TAR Archive
44-
wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar
44+
wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar
4545
```
4646

4747
## NGINX Integration ##
@@ -231,8 +231,8 @@ Syntax: `Promise _httpErrorPages.koa([options:Object])`
231231

232232
## Customization ##
233233

234-
First of all, [clone](https://github.com/AndiDittrich/HttpErrorPages.git)
235-
or [download](https://github.com/AndiDittrich/HttpErrorPages/archive/master.zip) the http-error-pages repository.
234+
First of all, [clone](https://github.com/HttpErrorPages/HttpErrorPages.git)
235+
or [download](https://github.com/HttpErrorPages/HttpErrorPages/archive/master.zip) the http-error-pages repository.
236236

237237
### Install Dependencies ###
238238

‎assets/template.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!-- Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages -->
4+
<!-- Simple HttpErrorPages | MIT License | https://github.com/HttpErrorPages -->
55
<meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>We've got some trouble | <%= code %> - <%= title %></title>
77
<style type="text/css"><%- inlinecss %></style>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL