Skip to content

Commit

Permalink
improve readme to use https demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphelps committed Aug 14, 2021
1 parent aab9c73 commit 09c9d71
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Easy to use, professional error pages to replace the plaintext error pages that
* Single HTML files, no directory structure required.
* Bootstrap 5 and Bootstrap Icons via CDN

**Error Pages Included**
* [403](http://alexphelps.github.io/server-error-pages/403.html)
* [404](http://alexphelps.github.io/server-error-pages/404.html)
* [500](http://alexphelps.github.io/server-error-pages/500.html)
* [502](http://alexphelps.github.io/server-error-pages/502.html)
* [503](http://alexphelps.github.io/server-error-pages/503.html)
* [504](http://alexphelps.github.io/server-error-pages/504.html)
* [Maintenance](http://alexphelps.github.io/server-error-pages/maintenance.html)
* [Rate Limit (429)](http://alexphelps.github.io/server-error-pages/429.html)
**Included Error Pages**
* [403](https://alexphelps.github.io/server-error-pages/403.html)
* [404](https://alexphelps.github.io/server-error-pages/404.html)
* [500](https://alexphelps.github.io/server-error-pages/500.html)
* [502](https://alexphelps.github.io/server-error-pages/502.html)
* [503](https://alexphelps.github.io/server-error-pages/503.html)
* [504](https://alexphelps.github.io/server-error-pages/504.html)
* [Maintenance](https://alexphelps.github.io/server-error-pages/maintenance.html)
* [Rate Limit (429)](https://alexphelps.github.io/server-error-pages/429.html)

### Getting Started
* **Beginners -** You can find all the compiled files under the `_site` directory
Expand Down
3 changes: 0 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
title: Server-error-pages
description: Easy to use, professional error pages to replace the plaintext error pages that come with any server software like Nginx or Apache
google_analytics:
show_downloads: true
# theme: jekyll-theme-midnight

18 changes: 9 additions & 9 deletions _site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Easy to use, professional error pages to replace the plaintext error pages that
* Single HTML files, no directory structure required.
* Bootstrap 5 and Bootstrap Icons via CDN

**Error Pages Included**
* [403](http://alexphelps.github.io/server-error-pages/403.html)
* [404](http://alexphelps.github.io/server-error-pages/404.html)
* [500](http://alexphelps.github.io/server-error-pages/500.html)
* [502](http://alexphelps.github.io/server-error-pages/502.html)
* [503](http://alexphelps.github.io/server-error-pages/503.html)
* [504](http://alexphelps.github.io/server-error-pages/504.html)
* [Maintenance](http://alexphelps.github.io/server-error-pages/maintenance.html)
* [Rate Limit (429)](http://alexphelps.github.io/server-error-pages/429.html)
**Included Error Pages**
* [403](https://alexphelps.github.io/server-error-pages/403.html)
* [404](https://alexphelps.github.io/server-error-pages/404.html)
* [500](https://alexphelps.github.io/server-error-pages/500.html)
* [502](https://alexphelps.github.io/server-error-pages/502.html)
* [503](https://alexphelps.github.io/server-error-pages/503.html)
* [504](https://alexphelps.github.io/server-error-pages/504.html)
* [Maintenance](https://alexphelps.github.io/server-error-pages/maintenance.html)
* [Rate Limit (429)](https://alexphelps.github.io/server-error-pages/429.html)

### Getting Started
* **Beginners -** You can find all the compiled files under the `_site` directory
Expand Down

0 comments on commit 09c9d71

Please sign in to comment.