diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-06 10:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 10:18:49 +0100 |
| commit | 925bb561a2797b6d3cc5be748c2361721b8e1f08 (patch) | |
| tree | c3837258d08b7fe89ac62dcd08f96c510c3f3977 /CONTRIBUTING.md | |
| parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
| parent | 38d32337e7600446c04ecd601b56d6915a4046fd (diff) | |
Merge pull request #2352 from dalf/no_http
Remove HTTP connections as much as possible
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6850ab405..300349f3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ ## Resources in the documentation -* [Development quickstart](http://searx.github.io/searx/dev/contribution_guide.html) -* [Contribution guide](http://searx.github.io/searx/dev/contribution_guide.html) +* [Development quickstart](https://searx.github.io/searx/dev/contribution_guide.html) +* [Contribution guide](https://searx.github.io/searx/dev/contribution_guide.html) ## Submitting PRs |