Skip to content

Commit 6e8a0c7

Browse files
committed
removed tar download link
1 parent 75ee05e commit 6e8a0c7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ Just clone/download the git repository **or** use the prebuild packages (only th
3636

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

39-
**Direct Download**
40-
* [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar)
41-
42-
**Shell/Bash**
43-
```shell
44-
# TAR Archive
45-
wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar
46-
```
39+
* [Download Single Files](https://github.com/HttpErrorPages/HttpErrorPages/tree/master/dist)
4740

4841
## NGINX Integration ##
4942

lib/express.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = async function httpErrorPages(router, options={}){
5757
});
5858

5959
// internal errors (all)
60+
// eslint-disable-next-line no-unused-vars
6061
router.use(function(err, req, res, next){
6162
// status code given ?
6263
if (err.status){

0 commit comments

Comments
 (0)