aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2023-07-15 17:21:09 +0000
committerGitHub <noreply@github.com>2023-07-15 17:21:09 +0000
commit89bd6af0972cd79a0dd813c46c638726a4a6d2e2 (patch)
treeca286bff2b8ffb8fc483f365efe7801b4c45213b
parentFix activepieces source code URL (#4017) (diff)
parent don't hotlink awesome badge, use local copy (diff)
downloadawesome-selfhosted-89bd6af0972cd79a0dd813c46c638726a4a6d2e2.tar.gz
awesome-selfhosted-89bd6af0972cd79a0dd813c46c638726a4a6d2e2.zip
Merge pull request #4019 from awesome-selfhosted/absolute-links
header/footer: use absolute links, don't hotlink awesome badge
-rw-r--r--README.md10
-rw-r--r--_static/awesome.pngbin0 -> 1975 bytes
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e15cef65..a865b5e3 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Awesome-Selfhosted
-[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558)
+[![Awesome](_static/awesome.png)](https://github.com/sindresorhus/awesome) [![](https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-selfhosted/awesome-selfhosted/issues/3558)
Self-hosting is the practice of hosting and managing applications on your own server(s) instead of consuming from [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.html) providers.
-This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [network services](https://en.wikipedia.org/wiki/Network_service) and [web applications](https://en.wikipedia.org/wiki/Web_application) which can be hosted on your own server(s). Non-Free software is listed on the [Non-Free](non-free.md) page.
+This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [network services](https://en.wikipedia.org/wiki/Network_service) and [web applications](https://en.wikipedia.org/wiki/Web_application) which can be hosted on your own server(s). Non-Free software is listed on the [Non-Free](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/non-free.md) page.
-See [Contributing](.github/CONTRIBUTING.md).
+See [Contributing](#contributing).
--------------------
@@ -2185,7 +2185,7 @@ _See also: [Wikimatrix](https://www.wikimatrix.org/), [Wiki Engines - WikiIndex]
## Contributing
-Contributing guidelines can be found in [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md).
+Contributing guidelines can be found in [.github/CONTRIBUTING.md](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/.github/CONTRIBUTING.md).
## Authors
@@ -2193,4 +2193,4 @@ The list of authors can be found in the [AUTHORS](AUTHORS) file.
## License
-This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](LICENSE) License.
+This list is under the [Creative Commons Attribution-ShareAlike 3.0 Unported](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/LICENSE) License.
diff --git a/_static/awesome.png b/_static/awesome.png
new file mode 100644
index 00000000..91954b94
--- /dev/null
+++ b/_static/awesome.png
Binary files differ