Skip to content

Commit 0b20357

Browse files
Merge pull request #51 from simonjbeaumont/fix-broken-img-links
Fix broken image links
2 parents 687374a + 74e7ff5 commit 0b20357

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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](http://xapi-project.github.io/xen-api/),
17+
[XML-RPC based API](xen-api),
1818
used by clients such as
1919
[XenCenter](https://github.com/xenserver/xenadmin),
2020
[Xen Orchestra](https://xen-orchestra.com),

xapi/futures/database/distributed-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface on top of git which we could link with the Xapi database layer.
3939
Proposed new architecture
4040
-------------------------
4141

42-
![Pools of one](https://xapi-project.github.io/xen-api/doc/futures/distributed-database/architecture.png)
42+
![Pools of one](architecture.png)
4343

4444
The diagram above shows two hosts: one a master and the other a regular host.
4545
The XenAPI client has sent a request to the wrong host; normally this would
@@ -50,7 +50,7 @@ rebooting or migrating an existing VM would not. Assuming the lock can
5050
be acquired, then the operation is executed locally with all state updates
5151
being made to a git topic branch.
5252

53-
![Topic branches](https://xapi-project.github.io/xen-api/doc/futures/distributed-database/topic.png)
53+
![Topic branches](topic.png)
5454

5555
Roughly we would have 1 topic branch per
5656
pending XenAPI Task. Once the Task completes successfully, the topic branch

0 commit comments

Comments
 (0)