Skip to content

Commit

Permalink
Use https:// URLs where available (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and cgoldberg committed Mar 26, 2018
1 parent aa741c9 commit de65fd1
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ of callbacks, your code looks and behaves like normal, blocking Python code.

## Documentation

More info and documentation can be found at: <a href="http://docs.locust.io/">http://docs.locust.io/</a>
More info and documentation can be found at: <a href="https://docs.locust.io/">https://docs.locust.io/</a>

## Questions/help?

Expand All @@ -62,10 +62,10 @@ Open a Github issue and follow the template listed there.

## Authors

- <a href="http://cgbystrom.com">Carl Bystr&ouml;m</a> (@<a href="http://twitter.com/cgbystrom">cgbystrom</a> on Twitter)
- <a href="http://heyman.info">Jonatan Heyman</a> (@<a href="http://twitter.com/jonatanheyman">jonatanheyman</a> on Twitter)
- Joakim Hamrén (@<a href="http://twitter.com/Jahaaja">Jahaaja</a>)
- Hugo Heyman (@<a href="http://twitter.com/hugoheyman">hugoheyman</a>)
- <a href="http://cgbystrom.com">Carl Bystr&ouml;m</a> (@<a href="https://twitter.com/cgbystrom">cgbystrom</a> on Twitter)
- <a href="http://heyman.info">Jonatan Heyman</a> (@<a href="https://twitter.com/jonatanheyman">jonatanheyman</a> on Twitter)
- Joakim Hamrén (@<a href="https://twitter.com/Jahaaja">Jahaaja</a>)
- Hugo Heyman (@<a href="https://twitter.com/hugoheyman">hugoheyman</a>)

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Intersphinx config
intersphinx_mapping = {
'requests': ('http://requests.readthedocs.org/en/latest/', None),
'requests': ('https://requests.readthedocs.io/en/latest/', None),
}


Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Locust Documentation

Locust is a scalable load testing framework written in Python

* **Website**: `http://locust.io <http://locust.io>`_
* **Source code**: `http://github.com/locustio/locust <http://github.com/locustio/locust>`_
* **Twitter**: `@locustio <http://twitter.com/locustio>`_
* **Website**: `https://locust.io/ <https://locust.io/>`_
* **Source code**: `https://github.com/locustio/locust <https://github.com/locustio/locust>`_
* **Twitter**: `@locustio <https://twitter.com/locustio>`_



Expand Down
8 changes: 4 additions & 4 deletions docs/what-is-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ find it as useful as we do.
Authors
=======

- `Jonatan Heyman <http://heyman.info>`_ (`@jonatanheyman <http://twitter.com/jonatanheyman>`_ on Twitter)
- Carl Byström (`@cgbystrom <http://twitter.com/cgbystrom>`_ on Twitter)
- Joakim Hamrén (`@Jahaaja <http://twitter.com/Jahaaja>`_ on Twitter)
- Hugo Heyman (`@hugoheyman <http://twitter.com/hugoheyman>`_ on Twitter)
- `Jonatan Heyman <http://heyman.info>`_ (`@jonatanheyman <https://twitter.com/jonatanheyman>`_ on Twitter)
- Carl Byström (`@cgbystrom <https://twitter.com/cgbystrom>`_ on Twitter)
- Joakim Hamrén (`@Jahaaja <https://twitter.com/Jahaaja>`_ on Twitter)
- Hugo Heyman (`@hugoheyman <https://twitter.com/hugoheyman>`_ on Twitter)

License
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/writing-a-locustfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ classes. Say for example, web users are three times more likely than mobile user
The *host* attribute
--------------------

The host attribute is a URL prefix (i.e. "http://google.com") to the host that is to be loaded.
The host attribute is a URL prefix (i.e. "https://google.com") to the host that is to be loaded.
Usually, this is specified on the command line, using the :code:`--host` option, when locust is started.
If one declares a host attribute in the locust class, it will be used in the case when no :code:`--host`
is specified on the command line.
Expand Down
4 changes: 2 additions & 2 deletions examples/browse_docs_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This locust test script example will simulate a user
# browsing the Locust documentation on http://docs.locust.io
# browsing the Locust documentation on https://docs.locust.io/

import random
from locust import HttpLocust, TaskSet, task
Expand Down Expand Up @@ -39,7 +39,7 @@ def load_sub_page(self):

class AwesomeUser(HttpLocust):
task_set = BrowseDocumentation
host = "http://docs.locust.io/en/latest/"
host = "https://docs.locust.io/en/latest/"

# we assume someone who is browsing the Locust docs,
# generally has a quite long waiting time (between
Expand Down
10 changes: 5 additions & 5 deletions locust/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ <h1>About</h1>
</p>

<h1>Authors and Copyright</h1>
<a href="http://cgbystrom.com/">Carl Byström</a> (<a href="http://twitter.com/cgbystrom/">@cgbystrom</a>)<br>
<a href="http://heyman.info/">Jonatan Heyman</a> (<a href="http://twitter.com/jonatanheyman/">@jonatanheyman</a>)<br>
Joakim Hamrén (<a href="http://twitter.com/Jahaaja/">@jahaaja</a>)<br>
<a href="http://esn.me/">ESN Social Software</a> (<a href="http://twitter.com/uprise_ea/">@uprise_ea</a>)<br>
Hugo Heyman (<a href="http://twitter.com/hugoheyman/">@hugoheyman</a>)
<a href="http://cgbystrom.com/">Carl Byström</a> (<a href="https://twitter.com/cgbystrom/">@cgbystrom</a>)<br>
<a href="http://heyman.info/">Jonatan Heyman</a> (<a href="https://twitter.com/jonatanheyman/">@jonatanheyman</a>)<br>
Joakim Hamrén (<a href="https://twitter.com/Jahaaja/">@jahaaja</a>)<br>
<a href="http://esn.me/">ESN Social Software</a> (<a href="https://twitter.com/uprise_ea/">@uprise_ea</a>)<br>
Hugo Heyman (<a href="https://twitter.com/hugoheyman/">@hugoheyman</a>)


<h1>License</h1>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
keywords='',
author='Jonatan Heyman, Carl Bystrom, Joakim Hamrén, Hugo Heyman',
author_email='',
url='http://locust.io',
url='https://locust.io/',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
Expand Down

0 comments on commit de65fd1

Please sign in to comment.