Skip to content

Commit 573352a

Browse files
committed
Merge pull request #80 from johnelse/new-htmlproof
Update travis-ci.sh for html-proofer 2.x
2 parents 11ee98e + 713dcd6 commit 573352a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ mv _site ${TEST_BASEURL}
1818
mkdir _site
1919
mv ${TEST_BASEURL} _site
2020
export NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up install of html-proofer
21-
htmlproof --validate_html ./_site
21+
htmlproof --check-html ./_site

features/HA/HA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ isolate) nodes when they are not part of the cluster. In general there are
199199
the customer buy more hardware and set it up correctly.
200200
- rely on the remote hosts using a watchdog to cut their own power (i.e.
201201
halt or reboot) after a timeout. This relies on the watchdog being
202-
reliable. Most other people [don't trust the Linux watchdog](http://doc.opensuse.org/products/draft/SLE-HA/SLE-ha-guide_sd_draft/cha.ha.requirements.html);
202+
reliable. Most other people [don't trust the Linux watchdog](https://www.suse.com/documentation/sle_ha/singlehtml/book_sleha/book_sleha.html);
203203
after all the Linux kernel is highly threaded, performs a lot of (useful)
204204
functions and kernel bugs which result in deadlocks do happen.
205205
We use the Xen watchdog because we believe that the Xen hypervisor is

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Welcome
1414
- simplifies maintainence through [Rolling Pool Upgrade](features/RPU/RPU.html)
1515
- collects performance statistics for historical analysis and for alerting
1616
- has a full-featured
17-
[XML-RPC based API](xen-api),
17+
[XML-RPC based API](xen-api/index.html),
1818
used by clients such as
1919
[XenCenter](https://github.com/xenserver/xenadmin),
2020
[Xen Orchestra](https://xen-orchestra.com),

0 commit comments

Comments
 (0)