From ad197df979dfcdd387838257d965c4c6e41f9a17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?=
Date: Wed, 17 Jul 2019 15:45:10 +0200
Subject: [PATCH] transfer to DigitalOcean
---
README.md | 26 +++++++++++++-------------
package.json | 4 ++--
public/index.html | 8 ++++----
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
index 56573a9..2f4614c 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-[![GitHub stars](https://img.shields.io/github/stars/0xB4LINT/nginxconfig.io.svg)](https://github.com/0xB4LINT/nginxconfig.io/stargazers)
-[![GitHub contributors](https://img.shields.io/github/contributors/0xB4LINT/nginxconfig.io.svg?color=blue)](https://github.com/0xB4LINT/nginxconfig.io/graphs/contributors)
-[![MIT License](https://img.shields.io/github/license/0xB4LINT/nginxconfig.io.svg?color=blue)](https://github.com/0xB4LINT/nginxconfig.io/blob/master/LICENSE.md)
+[![GitHub stars](https://img.shields.io/github/stars/digitalocean/nginxconfig.io.svg)](https://github.com/digitalocean/nginxconfig.io/stargazers)
+[![GitHub contributors](https://img.shields.io/github/contributors/digitalocean/nginxconfig.io.svg?color=blue)](https://github.com/digitalocean/nginxconfig.io/graphs/contributors)
+[![MIT License](https://img.shields.io/github/license/digitalocean/nginxconfig.io.svg?color=blue)](https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE.md)
-[![Closed issues](https://img.shields.io/github/issues-closed-raw/0xB4LINT/nginxconfig.io.svg?color=brightgreen)](https://github.com/0xB4LINT/nginxconfig.io/issues?q=is%3Aissue+is%3Aclosed)
-[![Closed PR](https://img.shields.io/github/issues-pr-closed-raw/0xB4LINT/nginxconfig.io.svg?color=brightgreen)](https://github.com/0xB4LINT/nginxconfig.io/pulls?q=is%3Apr+is%3Aclosed)
-[![Open issues](https://img.shields.io/github/issues-raw/0xB4LINT/nginxconfig.io.svg)](https://github.com/0xB4LINT/nginxconfig.io/issues)
-[![Open PR](https://img.shields.io/github/issues-pr-raw/0xB4LINT/nginxconfig.io.svg)](https://github.com/0xB4LINT/nginxconfig.io/pulls)
+[![Closed issues](https://img.shields.io/github/issues-closed-raw/digitalocean/nginxconfig.io.svg?color=brightgreen)](https://github.com/digitalocean/nginxconfig.io/issues?q=is%3Aissue+is%3Aclosed)
+[![Closed PR](https://img.shields.io/github/issues-pr-closed-raw/digitalocean/nginxconfig.io.svg?color=brightgreen)](https://github.com/digitalocean/nginxconfig.io/pulls?q=is%3Apr+is%3Aclosed)
+[![Open issues](https://img.shields.io/github/issues-raw/digitalocean/nginxconfig.io.svg)](https://github.com/digitalocean/nginxconfig.io/issues)
+[![Open PR](https://img.shields.io/github/issues-pr-raw/digitalocean/nginxconfig.io.svg)](https://github.com/digitalocean/nginxconfig.io/pulls)
-[![Build status](https://img.shields.io/travis/com/0xB4LINT/nginxconfig.io.svg)](https://travis-ci.com/0xB4LINT/nginxconfig.io)
+[![Build status](https://img.shields.io/travis/com/digitalocean/nginxconfig.io.svg)](https://travis-ci.com/digitalocean/nginxconfig.io)
[![Uptime Robot ratio (7 days)](https://img.shields.io/uptimerobot/ratio/7/m779967051-bbb607d7a68973aaf01371fe.svg)](https://stats.uptimerobot.com/BqPYtQ74)
[![Google PageSpeed Insights](https://img.shields.io/badge/PageSpeed-95--100-brightgreen.svg)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fnginxconfig.io&tab=desktop)
[![Qualys SSL Labs](https://img.shields.io/badge/SSL%20Report-A+-brightgreen.svg)](https://www.ssllabs.com/ssltest/analyze.html?d=nginxconfig.io)
@@ -25,9 +25,9 @@
nginxconfig.io »
- Report Bug
+ Report Bug
·
- Request Feature
+ Request Feature
@@ -63,7 +63,7 @@ HTTPS, HTTP/2, IPv6, certbot, HSTS, security headers, SSL profiles, OCSP resolve
## ▶️ Install locally
1. Clone the repository
```sh
- git clone https://github.com/0xB4LINT/nginxconfig.io.git
+ git clone https://github.com/digitalocean/nginxconfig.io.git
```
1. Install NPM packages
```sh
@@ -112,5 +112,5 @@ Contributions are what make the open source community such an amazing place to b
Give a ⭐️ if this project helped you!
## 📝 License
-Copyright © 2019 [Bálint Szekeres <balint@szekeres.me> (https://balint.szekeres.me)](https://github.com/0xB4LINT).
-This project is [MIT](https://github.com/0xB4LINT/nginxconfig.io/blob/master/LICENSE) licensed.
+Copyright © 2019 [DigitalOcean, Inc <contact@digitalocean.com> (https://www.digitalocean.com)](https://www.digitalocean.com).
+This project is [MIT](https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE) licensed.
diff --git a/package.json b/package.json
index d4ae672..96be87b 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,10 @@
"description": "⚙️ NGINX config generator generator on steroids 💉",
"repository": {
"type": "git",
- "url": "git+https://github.com/0xB4LINT/nginxconfig.io.git"
+ "url": "git+https://github.com/digitalocean/nginxconfig.io.git"
},
"bugs": {
- "url": "https://github.com/0xB4LINT/nginxconfig.io/issues"
+ "url": "https://github.com/digitalocean/nginxconfig.io/issues"
},
"keywords": [
"nginx",
diff --git a/public/index.html b/public/index.html
index a583200..ec5c92f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -981,16 +981,16 @@