mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 06:06:09 +03:00
fix: links
- update `http` to `https` - move all links at bottom
This commit is contained in:
parent
0474d64ba1
commit
6b92904178
21
README.md
21
README.md
@ -1,18 +1,29 @@
|
|||||||
# OpenSeadragon
|
# OpenSeadragon
|
||||||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openseadragon/openseadragon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://secure.travis-ci.org/openseadragon/openseadragon.png?branch=master)](http://travis-ci.org/openseadragon/openseadragon)
|
|
||||||
|
[![Gitter][gitter-badge]][gitter]
|
||||||
|
[![Build Status][build-badge]][build]
|
||||||
|
|
||||||
An open-source, web-based viewer for zoomable images, implemented in pure JavaScript.
|
An open-source, web-based viewer for zoomable images, implemented in pure JavaScript.
|
||||||
|
|
||||||
See it in action and get started using it at [http://openseadragon.github.io/](http://openseadragon.github.io/).
|
See it in action and get started using it at [https://openseadragon.github.io/][openseadragon].
|
||||||
|
|
||||||
## Stable Builds
|
## Stable Builds
|
||||||
|
|
||||||
See the [GitHub releases page](https://github.com/openseadragon/openseadragon/releases).
|
See the [GitHub releases page][github-releases].
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
If you want to use OpenSeadragon in your own projects, you can find the latest stable build, API documentation, and example code at [http://openseadragon.github.io/](http://openseadragon.github.io/). If you want to modify OpenSeadragon and/or contribute to its development, read the [contributing guide](https://github.com/openseadragon/openseadragon/blob/master/CONTRIBUTING.md) for instructions.
|
If you want to use OpenSeadragon in your own projects, you can find the latest stable build, API documentation, and example code at [https://openseadragon.github.io/][openseadragon]. If you want to modify OpenSeadragon and/or contribute to its development, read the [contributing guide][github-contributing] for instructions.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
OpenSeadragon is released under the New BSD license. For details, see the [LICENSE.txt file](https://github.com/openseadragon/openseadragon/blob/master/LICENSE.txt).
|
OpenSeadragon is released under the New BSD license. For details, see the [LICENSE.txt file][github-license].
|
||||||
|
|
||||||
|
[openseadragon]: https://openseadragon.github.io/
|
||||||
|
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
|
||||||
|
[gitter]: https://gitter.im/openseadragon/openseadragon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
|
[build-badge]: https://secure.travis-ci.org/openseadragon/openseadragon.png?branch=master
|
||||||
|
[build]: https://travis-ci.org/openseadragon/openseadragon
|
||||||
|
[github-releases]: https://github.com/openseadragon/openseadragon/releases
|
||||||
|
[github-contributing]: https://github.com/openseadragon/openseadragon/blob/master/CONTRIBUTING.md
|
||||||
|
[github-license]: https://github.com/openseadragon/openseadragon/blob/master/LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user