summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-03-22 22:17:21 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-03-22 22:17:21 +0100
commit58c6dd1f961682b79fc44fb7aee09353f9c0fe0b (patch)
tree6c09d1c97660495d76e30b81795d75f99316eb39 /doc/contributing.asciidoc
parent1f9718592d802727530fb4c3e28e5fe674f5d898 (diff)
downloadqutebrowser-58c6dd1f961682b79fc44fb7aee09353f9c0fe0b.tar.gz
qutebrowser-58c6dd1f961682b79fc44fb7aee09353f9c0fe0b.zip
Fix requestbin url
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 56e7cc253..6fe6fb740 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -218,7 +218,7 @@ Some resources which might be handy:
* http://doc.qt.io/qt-5/classes.html[The Qt5 reference]
* https://docs.python.org/3/library/index.html[The Python reference]
* http://httpbin.org/[httpbin, a test service for HTTP requests/responses]
-* http://requestb.in/[RequestBin, a service to inspect HTTP requests]
+* https://requestbin.com/[RequestBin, a service to inspect HTTP requests]
Documentation of used Python libraries: