Skip to content

Commit f72701d

Browse files
committed
Merge branch 'develop' into feature/df_to_markdown
* develop: Fix a few links in READMEs pymd code chunk options are string literals
2 parents 9ca8d6a + f6163a1 commit f72701d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="docs/src/main/paradox/_template/images/RasterFramesLogo.png" width="300px"/><sup style="vertical-align: top;">&reg;</sup>
22

3-
[![Join the chat at https://gitter.im/locationtech/rasterframes](https://badges.gitter.im/locationtech/rasterframes.svg)](https://gitter.im/s22s/raster-frames?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Join the chat at https://gitter.im/locationtech/rasterframes](https://badges.gitter.im/locationtech/rasterframes.svg)](https://gitter.im/locationtech/rasterframes?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

55
RasterFrames® brings together Earth-observation (EO) data access, cloud computing, and DataFrame-based data science. The recent explosion of EO data from public and private satellite operators presents both a huge opportunity as well as a challenge to the data analysis community. It is _Big Data_ in the truest sense, and its footprint is rapidly getting bigger.
66

@@ -13,7 +13,7 @@ Please see the [Getting Started](http://rasterframes.io/getting-started.html) se
1313
## User Resources
1414

1515
* [RasterFrames Users' Manual](http://rasterframes.io/)
16-
* [RasterFrames Jupyter Notebook Docker Image](https://hub.docker.com/r/s22s/rasterframes-notebooks/)
16+
* [RasterFrames Jupyter Notebook Docker Image](https://hub.docker.com/r/s22s/rasterframes-notebook/)
1717
* [Gitter Channel](https://gitter.im/locationtech/rasterframes)
1818
* [Submit an Issue](https://github.com/locationtech/rasterframes/issues)
1919

pyrasterframes/src/main/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ df.select(rf_local_add(df.tile, lit(3))).show(5, False)
3030

3131
## Support
3232

33-
Reach out to us on [gitter](https://gitter.im/s22s/locationtech/rasterframes)!
33+
Reach out to us on [gitter][gitter]!
3434

3535
Issue tracking is through [github](https://github.com/locationtech/rasterframes/issues).
3636

3737
## Contributing
3838

39-
Community contributions are always welcome. To get started, please review our [contribution guidelines](https://github.com/locationtech/rasterframes/blob/develop/CONTRIBUTING.md), [code of conduct](https://github.com/locationtech/rasterframes/blob/develop/CODE_OF_CONDUCT.md), and [developer's guide](../../../README.md). Reach out to us on [gitter](https://gitter.im/locationtech/rasterframes) so the community can help you get started!
40-
39+
Community contributions are always welcome. To get started, please review our [contribution guidelines](https://github.com/locationtech/rasterframes/blob/develop/CONTRIBUTING.md), [code of conduct](https://github.com/locationtech/rasterframes/blob/develop/CODE_OF_CONDUCT.md), and [developer's guide](../../../README.md). Reach out to us on [gitter][gitter] so the community can help you get started!
4140

4241

4342

43+
[gitter]: https://gitter.im/locationtech/rasterframes

0 commit comments

Comments
 (0)