Skip to content

Commit 5e66910

Browse files
committed
change URLs to mossdef.org
1 parent f1016b2 commit 5e66910

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# luci-app-https-dns-proxy
22

33
[![OpenWrt](https://img.shields.io/badge/OpenWrt-Compatible-blueviolet)](https://openwrt.org)
4-
[![Web UI](https://img.shields.io/badge/Web_UI-Available-blue)](https://docs.openwrt.melmac.ca/https-dns-proxy/)
5-
[![Resolvers](https://img.shields.io/badge/Resolvers-40%2B%20Built--in-brightgreen)](https://docs.openwrt.melmac.ca/https-dns-proxy/)
4+
[![Web UI](https://img.shields.io/badge/Web_UI-Available-blue)](https://docs.mossdef.org/https-dns-proxy/)
5+
[![Resolvers](https://img.shields.io/badge/Resolvers-40%2B%20Built--in-brightgreen)](https://docs.mossdef.org/https-dns-proxy/)
66
[![Minimal Footprint](https://img.shields.io/badge/Size-~40KB-green)](https://github.com/stangri/https-dns-proxy)
77
[![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://github.com/stangri/https-dns-proxy/blob/master/LICENSE)
88

@@ -17,6 +17,6 @@ Includes optional integration with `dnsmasq`, automatic fallback, and canary dom
1717

1818
**Full documentation:**
1919

20-
[https://docs.openwrt.melmac.ca/https-dns-proxy/](https://docs.openwrt.melmac.ca/https-dns-proxy/)
20+
[https://docs.mossdef.org/https-dns-proxy/](https://docs.mossdef.org/https-dns-proxy/)
2121

2222
Based on [@aarond10](https://github.com/aarond10)'s excellent [https_dns_proxy](https://github.com/aarond10/https_dns_proxy)

htdocs/luci-static/resources/https-dns-proxy/status.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ var pkg = {
1818
},
1919
get URL() {
2020
return (
21-
"https://docs.openwrt.melmac.ca/" +
21+
"https://docs.mossdef.org/" +
2222
pkg.Name +
2323
"/" +
2424
(pkg.ReadmeCompat ? pkg.ReadmeCompat + "/" : "")
2525
);
2626
},
2727
get DonateURL() {
2828
return (
29-
"https://docs.openwrt.melmac.ca/" +
29+
"https://docs.mossdef.org/" +
3030
pkg.Name +
3131
"/" +
3232
(pkg.ReadmeCompat ? pkg.ReadmeCompat + "/" : "") +

tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 02: JavaScript template functions (templateToRegexp, templateToResolver)
77
# 03: RPC backend script validation
88
#
9-
# Usage: cd source.openwrt.melmac.ca/luci-app-https-dns-proxy && bash tests/run_tests.sh
9+
# Usage: cd source.mossdef.org/luci-app-https-dns-proxy && bash tests/run_tests.sh
1010

1111
set -o pipefail
1212

0 commit comments

Comments
 (0)