Skip to content

Commit efa3969

Browse files
authored
Merge pull request #415 from xcube-dev/alicja-xxx-update-readme
Updating Readme
2 parents c97f198 + afab410 commit efa3969

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
A simple viewer component for [xcube](https://xcube.readthedocs.io/).
44

5-
![xcube-viewer](./doc/xcube-viewer.jpg)
5+
![xcube-viewer](./doc/xcube-viewer.png)
66

77
## Run it
88

99
Note, there is no need to install xcube Viewer on its own.
10-
It is bundled with the [xcube](https://github.com/dcs4cop/xcube)
10+
It is bundled with the [xcube](https://github.com/xcube-dev/xcube)
1111
Python package since version 1.0. Just run
1212
```bash
1313
xcube serve -c server-config.yaml
@@ -17,14 +17,14 @@ hence http://127.0.0.1/viewer, when run without URL prefix.
1717

1818
For development or for independent deployment, please read ahead to
1919

20-
1. install [xcube](https://github.com/dcs4cop/xcube) and run server in demo mode;
20+
1. install [xcube](https://github.com/xcube-dev/xcube) and run server in demo mode;
2121
2. install and start `xcube-viewer` with demo configuration.
2222

2323
### Install `xcube` in development mode
2424

2525
`xcube` one-time install:
2626

27-
$ git clone https://github.com/dcs4cop/xcube.git
27+
$ git clone https://github.com/xcube-dev/xcube.git
2828
$ cd xcube
2929
$ conda env create
3030
$ conda activate xcube
@@ -45,7 +45,7 @@ If errors occur, you may need to update the environment:
4545

4646
Checkout `xcube-viewer` sources:
4747

48-
$ git clone https://github.com/dcs4cop/xcube-viewer.git
48+
$ git clone https://github.com/xcube-dev/xcube-viewer.git
4949
$ cd xcube-viewer
5050
$ npm install
5151
$ npm run dev
@@ -127,8 +127,8 @@ and use its properties in components
127127
## More
128128
129129
* [User Guide](https://xcube.readthedocs.io/en/latest/viewer.html#)
130-
* [Planned Enhancements](https://github.com/dcs4cop/xcube-viewer/labels/enhancement)
131-
* [Known Issues](https://github.com/dcs4cop/xcube-viewer/labels/bug)
130+
* [Planned Enhancements](https://github.com/xcube-dev/xcube-viewer/labels/enhancement)
131+
* [Known Issues](https://github.com/xcube-dev/xcube-viewer/labels/bug)
132132
133133
---
134134

doc/xcube-viewer.jpg

-334 KB
Binary file not shown.

doc/xcube-viewer.png

683 KB
Loading

0 commit comments

Comments
 (0)