summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-13 12:56:37 +0000
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-13 17:42:01 +0000
commit5eb2a9dcd398f6d2473b7b9e45b51e1182fe3b5b (patch)
tree891ba4d5ed4eeb455849536a46e49939214ac0c9 /README.md
parent043a9a5fef06389a8b44257d4fcc29ee5f44157a (diff)
docs: Fix links in README
This change fixes the links to the documentation in the project README. These links assumed that the new website was already deployed at opendc.org.
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 10 insertions, 29 deletions
diff --git a/README.md b/README.md
index a633b264..a82848bb 100644
--- a/README.md
+++ b/README.md
@@ -13,42 +13,23 @@ Collaborative Datacenter Simulation and Exploration for Everybody
-----
-OpenDC is a free and open-source platform for datacenter simulation aimed at both research and education.
+This repository is the home of the OpenDC project, a free and open-source platform for cloud datacenter simulation.
-![Datacenter construction in OpenDC](site/src/components/HomepageFeatures/screenshot-construction.png)
+## Latest Release
-Users can construct datacenters (see above) and define portfolios of scenarios (experiments) to see how these
-datacenters perform under different workloads and schedulers (see below).
-
-![Datacenter simulation in OpenDC](site/src/components/HomepageFeatures/screenshot-construction.png))
-
-The simulator is accessible both as a ready-to-use website hosted by us at [app.opendc.org](https://app.opendc.org), and
-as source code that users can run locally on their own machine or via Docker.
-
-To learn more
-about OpenDC, have a look through our paper [OpenDC 2.0](https://atlarge-research.com/pdfs/ccgrid21-opendc-paper.pdf)
-or on our [vision](https://atlarge-research.com/pdfs/opendc-vision17ispdc_cr.pdf).
-
-🛠 OpenDC is a project by the [@Large Research Group](https://atlarge-research.com).
-
-🐟 OpenDC comes bundled
-with [Capelin](https://repository.tudelft.nl/islandora/object/uuid:d6d50861-86a3-4dd3-a13f-42d84db7af66?collection=education)
-, the capacity planning tool for cloud datacenters based on portfolios of what-if scenarios. More information on how to
-use and extend Capelin coming soon!
+- General Availability (GA): [OpenDC v2.0](https://github.com/atlarge-research/opendc/releases/tag/v2.0) (May 10, 2021)
+- Preview (Release Candidate): n/a
## Documentation
-You can find the OpenDC documentation [on the website](https://opendc.org/).
-
-Check out the [Getting Started](https://opendc.org/docs/getting-started.html) page for a quick overview.
-
+You can find the OpenDC documentation [on the website](https://atlarge-research.github.io/opendc/).
The documentation is divided into several sections:
-* [Main Concepts](https://opendc.org/docs/category/getting-started)
-* [Tutorials](https://opendc.org/docs/category/tutorials)
-* [Advanced Guides](https://opendc.org/docs/category/advanced-guides)
-* [Where to Get Support](https://opendc.org/community/support)
-* [Contributing Guide](https://opendc.org/community/contributing)
+* [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/)
The source code for the documentation is located in [site](site).