summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2026-05-12 12:02:34 +0200
committerGitHub <noreply@github.com>2026-05-12 12:02:34 +0200
commitadbab5aa0124e634d399ffda96ef46abfc6d115c (patch)
treeaa4d413073433ba8f958d4f9c4f76764c5afae99 /README.md
parenta35f0bb8571ef0635e113b99f2c122dcc1448af5 (diff)
Updated README links (#416)
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8645f74e..fe400372 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<a href="https://opendc.org/">
- <img src="https://opendc.org/img/logo.png" alt="OpenDC logo" title="OpenDC" align="right" height="100" />
+ <img src="https://opendc.org/img/logo.svg" alt="OpenDC logo" title="OpenDC" align="right" height="100" />
</a>
# OpenDC
@@ -7,7 +7,7 @@
Collaborative Datacenter Simulation and Exploration for Everybody
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](/LICENSE.txt)
-[![Documentation](https://img.shields.io/badge/docs-master-green.svg)](https://atlarge-research.github.io/opendc)
+[![Documentation](https://img.shields.io/badge/docs-master-green.svg)](https://opendc.org/opendc)
[![GitHub release](https://img.shields.io/github/v/release/atlarge-research/opendc?include_prereleases)](https://github.com/atlarge-research/opendc/releases)
[![Build](https://github.com/atlarge-research/opendc/actions/workflows/build.yml/badge.svg)](https://github.com/atlarge-research/opendc/actions/workflows/build.yml)
@@ -22,14 +22,14 @@ The latest release will be marked _latest_.
## Documentation
-You can find the OpenDC documentation [on the website](https://atlarge-research.github.io/opendc/).
+You can find the OpenDC documentation [on the website](https://opendc.org/opendc/).
The documentation is divided into several sections:
-* [Getting Started](https://atlarge-research.github.io/opendc/docs/category/getting-started/)
-* [Tutorials](https://atlarge-research.github.io/opendc/docs/category/tutorials/)
-* [Advanced Guides](https://atlarge-research.github.io/opendc/docs/category/advanced-guides/)
-* [Where to Get Support](https://atlarge-research.github.io/opendc/community/support/)
-* [Contributing Guide](https://atlarge-research.github.io/opendc/community/contributing/)
+* [Getting Started](https://opendc.org/opendc/docs/category/getting-started/)
+* [Tutorials](https://opendc.org/opendc/docs/category/tutorials/)
+* [Advanced Guides](https://opendc.org/opendc/docs/category/advanced-guides/)
+* [Where to Get Support](https://opendc.org/opendc/community/support/)
+* [Contributing Guide](https://opendc.org/opendc/community/contributing/)
The source code for the documentation is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages).
Push to that branch to update the documentation.