mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #35202 from multani/fix/test-doc
doc: fix broken links in the test documentation page
This commit is contained in:
commit
cdf3c0fe73
1 changed files with 4 additions and 4 deletions
|
@ -418,9 +418,9 @@ against the ``return`` statement in the ``if`` clause.
|
|||
There are more examples of writing unit tests of varying complexities available
|
||||
in the following docs:
|
||||
|
||||
* `Simple Unit Test Example<simple-unit-example>`
|
||||
* `Complete Unit Test Example<complete-unit-example>`
|
||||
* `Complex Unit Test Example<complex-unit-example>`
|
||||
* :ref:`Simple Unit Test Example<simple-unit-example>`
|
||||
* :ref:`Complete Unit Test Example<complete-unit-example>`
|
||||
* :ref:`Complex Unit Test Example<complex-unit-example>`
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -435,7 +435,7 @@ Automated Test Runs
|
|||
===================
|
||||
|
||||
SaltStack maintains a Jenkins server which can be viewed at
|
||||
http://jenkins.saltstack.com. The tests executed from this Jenkins server
|
||||
https://jenkins.saltstack.com. The tests executed from this Jenkins server
|
||||
create fresh virtual machines for each test run, then execute the destructive
|
||||
tests on the new, clean virtual machine. This allows for the execution of tests
|
||||
across supported platforms.
|
||||
|
|
Loading…
Add table
Reference in a new issue