@@ -15,9 +15,8 @@ are executed, and how logs and reports look like.
15
15
Downloading demo package
16
16
========================
17
17
18
- To get the demo, you can either download and extract the latest
19
- ``WebDemo-<date>.zip `` package from the `download page `_ or checkout the
20
- `source code `_ directly. As a result you get ``WebDemo `` directory with
18
+ To get the demo, you can either `download `_ the repository from GitHub or checkout
19
+ the `source code `_ directly. As a result you get ``WebDemo `` directory with
21
20
``demoapp `` and ``login_tests `` sub directories.
22
21
23
22
Example `test cases `_ and `generated results `_ are available also online.
@@ -163,12 +162,12 @@ Consult SeleniumLibrary_ documentation about supported browsers.
163
162
.. _SeleniumLibrary : https://github.com/robotframework/SeleniumLibrary
164
163
.. _Python : http://python.org
165
164
.. _pip : http://pip-installer.org
166
- .. _download page : https://bitbucket.org /robotframework/webdemo/downloads
167
- .. _source code : https://bitbucket.org /robotframework/webdemo/src
168
- .. _valid_login.robot : https://bitbucket.org /robotframework/webdemo/src /master/login_tests/valid_login.robot
169
- .. _invalid_login.robot : https://bitbucket.org /robotframework/webdemo/src /master/login_tests/invalid_login.robot
170
- .. _gherkin_login.robot : https://bitbucket.org /robotframework/webdemo/src /master/login_tests/gherkin_login.robot
171
- .. _resource.robot : https://bitbucket.org /robotframework/webdemo/src /master/login_tests/resource.robot
165
+ .. _download : https://github.com /robotframework/WebDemo/archive/master.zip
166
+ .. _source code : https://github.com /robotframework/WebDemo.git
167
+ .. _valid_login.robot : https://github.com /robotframework/WebDemo/blob /master/login_tests/valid_login.robot
168
+ .. _invalid_login.robot : https://github.com /robotframework/WebDemo/blob /master/login_tests/invalid_login.robot
169
+ .. _gherkin_login.robot : https://github.com /robotframework/WebDemo/blob /master/login_tests/gherkin_login.robot
170
+ .. _resource.robot : https://github.com /robotframework/WebDemo/blob /master/login_tests/resource.robot
172
171
.. _report.html : http://robotframework.bitbucket.org/WebDemo/report.html
173
172
.. _log.html : http://robotframework.bitbucket.org/WebDemo/log.html
174
173
.. _Robot Framework User Guide : http://robotframework.org/robotframework/#user-guide
0 commit comments