@@ -44,8 +44,8 @@ Depending on what you want, the HDF ecosystem may not be right for you. Here's a
## Components of the HDF Ecosystem
-`hybrid-documents`, in this repository, is the HDF compiler: It compiles HDF documents to webapps and PDF files.
-[Hybrid Documents Reader Core](https://dgit.cs.uni-saarland.de/fefrei/hybrid-documents-reader-core) is a set of React components that can render HDF books.
-[HDF Demo](https://dgit.cs.uni-saarland.de/fefrei/hdf-demo) is a demo book that shows you how the components fit together, and can serve as a template for new HDF books.
-[Hybrid Documents Reader Core](https://dgit.cs.uni-saarland.de/hdf/hybrid-documents-reader-core) is a set of React components that can render HDF books.
-[HDF Demo](https://dgit.cs.uni-saarland.de/hdf/hdf-demo) is a demo book that shows you how the components fit together, and can serve as a template for new HDF books.
-[`pseuco-shared-components`](https://dgit.cs.uni-saarland.de/pseuco/pseuco-shared-components) is a library shared between pseuCo.com and related applications. It's used in the HDF ecosystem to borrow the text editor, used to render source code listings in the web app.
-[pseuCo Book](https://book.pseuco.com/#/) is the posterchild of the HDF ecosystem. Use it to get an idea how a HDF book can look like.