Skip to content

Commit f693b39

Browse files
dalpopacso
andauthored
Fix documentation links in README.md (#527)
* Fix documentation links * Remove travis links * Update README.md * Update CHANGELOG.md --------- Co-authored-by: Jon Pascoe <[email protected]>
1 parent 62ee3fd commit f693b39

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Include `exrules` when exporting a schedule to YAML, JSON or a Hash. ([#519](https://github.com/ice-cube-ruby/ice_cube/pull/519)) by [@pacso](https://github.com/pacso)
2121
- Documentation links updated to point to the new repository location. ([#553](https://github.com/ice-cube-ruby/ice_cube/pull/553)) by [@pacso](https://github.com/pacso)
2222
- Input validation added for day_of_week validator. Fixes infinite loops when invalid day_of_week occurrences are provided. ([#554](https://github.com/ice-cube-ruby/ice_cube/pull/554)) by [@pacso](https://github.com/pacso)
23+
- Documentation links in README.md updated to new repository location. ([#527](https://github.com/ice-cube-ruby/ice_cube/pull/527) by [@dalpo](https://github.com/dalpo))
2324

2425
## [0.16.4] - 2021-10-21
2526
### Added

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ https://github.com/GetJobber/recurring_select
298298

299299
## Contributors
300300

301-
https://github.com/seejohnrun/ice_cube/graphs/contributors
301+
https://github.com/ice-cube-ruby/ice_cube/graphs/contributors
302302

303303
---
304304

@@ -316,10 +316,7 @@ Use the GitHub [issue tracker][ice_cube-issues]
316316

317317

318318
[ical-3.6.1]: https://tools.ietf.org/html/rfc5545#section-3.6.1
319-
[github-avit]: https://github.com/avit/
320-
[travis-ice_cube]: http://travis-ci.org/seejohnrun/ice_cube
321-
[travis-ice_cube-badge_image]: https://secure.travis-ci.org/seejohnrun/ice_cube.svg
322-
[ice_cube-lone_star_pdf]: http://seejohnrun.github.com/ice_cube/static/lsrc_ice_cube.pdf
323-
[ice_cube-ruby_nyc_pdf]: http://seejohnrun.github.com/ice_cube/static/ice_cube_ruby_nyc.pdf
324-
[ice_cube-docs]: http://seejohnrun.github.io/ice_cube/
325-
[ice_cube-issues]: https://github.com/seejohnrun/ice_cube/issues
319+
[ice_cube-lone_star_pdf]: https://ice-cube-ruby.github.io/ice_cube/static/lsrc_ice_cube.pdf
320+
[ice_cube-ruby_nyc_pdf]: https://ice-cube-ruby.github.io/ice_cube/static/ice_cube_ruby_nyc.pdf
321+
[ice_cube-docs]: https://ice-cube-ruby.github.io/ice_cube/
322+
[ice_cube-issues]: https://github.com/ice-cube-ruby/ice_cube/issues

0 commit comments

Comments
 (0)