Skip to content

Commit 2550955

Browse files
committed
update README now the docs are working again
1 parent b793da8 commit 2550955

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[![Build
22
Status](https://github.com/ImagingDataCommons/libdicom/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/ImagingDataCommons/libdicom/actions)
3+
[![Documentation Status](https://readthedocs.org/projects/libdicom/badge/?version=latest)](https://libdicom.readthedocs.io/en/latest/?badge=latest)
34

45
# libdicom
56

67
libdicom is a C library and a set of command-line tools
7-
for reading DICOM WSI files. It is free (MIT licensed),
8-
fast, cross-platform, uses little memory, has no dependencies, [includes API
9-
documentation](http://www.rollthepotato.net/~john/libdicom/index.html),
10-
and is [easy to use from languages like
11-
Python](https://github.com/jcupitt/pylibdicom).
8+
for reading DICOM WSI files. It is free (MIT licensed), fast,
9+
cross-platform, uses little memory, has no dependencies, [includes API
10+
documentation](https://libdicom.readthedocs.io), and is [easy to use from
11+
languages like Python](https://github.com/jcupitt/pylibdicom).
1212

1313
![A DICOM WSI being viewed via OpenSlide 4.0](data/vipsdisp.png)
1414

@@ -29,14 +29,12 @@ meson compile -C builddir
2929
meson install -C builddir
3030
```
3131
See [the installation
32-
documentation](https:/http://www.rollthepotato.net/~john/libdicom/installation.html)
32+
documentation](https://libdicom.readthedocs.io/en/latest/installation.html)
3333
for build dependencies and installation options.
3434

3535
## Sample code
3636

37-
See [the
38-
documentation](http://www.rollthepotato.net/~john/libdicom/index.html)
39-
for full details.
37+
See [the documentation](https://libdicom.readthedocs.io) for full details.
4038

4139
```c
4240
#include <stdlib.h>

0 commit comments

Comments
 (0)