summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2020-02-19 21:43:26 +0100
committerjvoisin2020-02-19 21:43:26 +0100
commit4a6e9ce42982612a2ea1e5d0f79164b160172f08 (patch)
treebf98f5e1f2c1bfb11002d688ede866b586e5006e
parentb1a4af56f09a9469eeaf006480804451e60fe411 (diff)
Fix some dead links
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 418ae84..a7ad302 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
1<h1 align="center"> 1<h1 align="center">
2 <br> 2 <br>
3 <a href="https://snuffleupagus.readthedocs.io/"> 3 <a href="https://snuffleupagus.readthedocs.io/">
4 <img src="https://github.com/nbs-system/snuffleupagus/raw/master/doc/source/_static/sp.png" alt="Snuffleupagus' logo" width="200"></a> 4 <img src="https://github.com/jvoisin/snuffleupagus/raw/master/doc/source/_static/sp.png" alt="Snuffleupagus' logo" width="200"></a>
5 <br> 5 <br>
6 Snuffleupagus 6 Snuffleupagus
7 <br> 7 <br>
@@ -10,8 +10,8 @@
10<h4 align="center">Security module for php7 - Killing bugclasses and virtual-patching the rest!</h4> 10<h4 align="center">Security module for php7 - Killing bugclasses and virtual-patching the rest!</h4>
11 11
12<p align="center"> 12<p align="center">
13 <a href="https://travis-ci.org/nbs-system/snuffleupagus"> 13 <a href="https://travis-ci.org/jvoisin/snuffleupagus">
14 <img src="https://travis-ci.org/nbs-system/snuffleupagus.svg?branch=master" 14 <img src="https://travis-ci.org/jvoisin/snuffleupagus.svg?branch=master"
15 alt="Travis-ci"> 15 alt="Travis-ci">
16 </a> 16 </a>
17 <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> 17 <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master">
@@ -30,8 +30,8 @@
30 <img src="https://readthedocs.org/projects/snuffleupagus/badge/?version=latest" 30 <img src="https://readthedocs.org/projects/snuffleupagus/badge/?version=latest"
31 alt="readthedocs.org"> 31 alt="readthedocs.org">
32 </a> 32 </a>
33 <a href="https://coveralls.io/github/nbs-system/snuffleupagus?branch=master"> 33 <a href="https://coveralls.io/github/jvoisin/snuffleupagus?branch=master">
34 <img src="https://coveralls.io/repos/github/nbs-system/snuffleupagus/badge.svg?branch=master" 34 <img src="https://coveralls.io/repos/github/jvoisin/snuffleupagus/badge.svg?branch=master"
35 alt="coveralls"> 35 alt="coveralls">
36 </a> 36 </a>
37 <a href="https://twitter.com/sp_php"> 37 <a href="https://twitter.com/sp_php">
@@ -45,7 +45,7 @@
45 <a href="#download">Download</a> • 45 <a href="#download">Download</a> •
46 <a href="#examples">Examples</a> • 46 <a href="#examples">Examples</a> •
47 <a href="https://snuffleupagus.readthedocs.io/">Documentation</a> • 47 <a href="https://snuffleupagus.readthedocs.io/">Documentation</a> •
48 <a href="https://github.com/nbs-system/snuffleupagus/blob/master/LICENSE">License</a> • 48 <a href="https://github.com/jvoisin/snuffleupagus/blob/master/LICENSE">License</a> •
49 <a href="#thanks">Thanks</a> 49 <a href="#thanks">Thanks</a>
50</p> 50</p>
51 51
@@ -76,7 +76,7 @@ without having to touch the PHP code.
76 * Enforcing TLS certificate validation when using [curl](https://secure.php.net/manual/en/book.curl.php) 76 * Enforcing TLS certificate validation when using [curl](https://secure.php.net/manual/en/book.curl.php)
77 * Request dumping capability 77 * Request dumping capability
78* A relatively sane code base: 78* A relatively sane code base:
79 * A [comprehensive](https://coveralls.io/github/nbs-system/snuffleupagus?branch=master) test suite close to 100% coverage 79 * A [comprehensive](https://coveralls.io/github/jvoisin/snuffleupagus?branch=master) test suite close to 100% coverage
80 * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines) 80 * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines)
81 * An `clang-format`-enforced code style 81 * An `clang-format`-enforced code style
82 * A [comprehensive documentation](https://snuffleupagus.rtfd.io) 82 * A [comprehensive documentation](https://snuffleupagus.rtfd.io)
@@ -87,11 +87,11 @@ without having to touch the PHP code.
87We've got a [download 87We've got a [download
88page](https://snuffleupagus.readthedocs.io/download.html), where you can find 88page](https://snuffleupagus.readthedocs.io/download.html), where you can find
89packages for your distribution, but you can of course just `git clone` this 89packages for your distribution, but you can of course just `git clone` this
90repo, or check the releases on [github](https://github.com/nbs-system/snuffleupagus/releases). 90repo, or check the releases on [github](https://github.com/jvoisin/snuffleupagus/releases).
91 91
92## Examples 92## Examples
93 93
94We're providing [various example rules](https://github.com/nbs-system/snuffleupagus/tree/master/config), 94We're providing [various example rules](https://github.com/jvoisin/snuffleupagus/tree/master/config),
95that are looking like this: 95that are looking like this:
96 96
97```python 97```python
@@ -112,10 +112,10 @@ Upon violation of a rule, you should see lines like this in your logs:
112 112
113We've got a [comprehensive website](https://snuffleupagus.readthedocs.io/) with 113We've got a [comprehensive website](https://snuffleupagus.readthedocs.io/) with
114all the documentation that you could possibly wish for. You can of course 114all the documentation that you could possibly wish for. You can of course
115[build it yourself](https://github.com/nbs-system/snuffleupagus/tree/master/doc). 115[build it yourself](https://github.com/jvoisin/snuffleupagus/tree/master/doc).
116 116
117## Thanks 117## Thanks
118 118
119Many thanks to the [Suhosin project](https://suhosin.org) for being a __huge__ 119Many thanks to the [Suhosin project](https://suhosin.org) for being a __huge__
120source of inspiration, and to all [our 120source of inspiration, and to all [our
121contributors](https://github.com/nbs-system/snuffleupagus/graphs/contributors). 121contributors](https://github.com/jvoisin/snuffleupagus/graphs/contributors).