Skip to content

Commit

Permalink
Merge pull request #41 from geopjr-forks/fix_links
Browse files Browse the repository at this point in the history
fix: broken links
  • Loading branch information
sol-vin authored Jul 7, 2021
2 parents 82df1fe + efcbdfa commit 75f1b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Celestine ![Crystal CI](https://github.com/celestinecr/celestine/workflows/Crystal%20CI/badge.svg) ![Development Crystal CI](https://github.com/celestinecr/celestine/workflows/Development%20Crystal%20CI/badge.svg) [![Documentation badge](https://img.shields.io/badge/docs-latest-green.svg?style=flat-square)](https://docs.celestine.dev)


[![Celestine Logo](https://raw.githubusercontent.com/celestinecr/celestine/master/logo/logo.svg)](https://github.com/celestinecr/celestine/blob/master/src/make_logo.cr)
[![Celestine Logo](https://raw.githubusercontent.com/celestinecr/celestine/main/logo/logo.svg)](https://github.com/celestinecr/celestine/blob/main/src/make_logo.cr)


A neat library and DSL for creating graphics using SVG
Expand Down Expand Up @@ -33,9 +33,9 @@ A full list is [here](https://docs.celestine.dev/svg_element_checklist.html).
## Examples
If you'd like to see how the logo was made, check out [make_logo](https://github.com/redcodefinal/celestine/blob/master/src/make_logo.cr)
If you'd like to see how the logo was made, check out [make_logo](https://github.com/celestinecr/celestine/blob/main/src/make_logo.cr)
Here are some more intricate examples. [procedural_art](https://github.com/redcodefinal/procedural_art)
Here are some more intricate examples. [procedural_art](https://github.com/sol-vin/procedural_art)
Real world examples made with Celestine. All of these are flat SVG files with no JS inside, using only functions built into Celestine.
Expand Down Expand Up @@ -74,5 +74,5 @@ HMU via issues or make a pull request or something I don't know.

## Contributors

- [Ian Rash](https://github.com/redcodefinal) - creator and maintainer
- [Ian Rash](https://github.com/sol-vin) - creator and maintainer
- [sugarfi](https://github.com/sugarfi) - contributor
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Celestine

[![Celestine Logo](https://raw.githubusercontent.com/celestinecr/celestine/master/logo/logo.svg)](https://github.com/celestinecr/celestine/blob/master/src/make_logo.cr)
[![Celestine Logo](https://raw.githubusercontent.com/celestinecr/celestine/main/logo/logo.svg)](https://github.com/celestinecr/celestine/blob/main/src/make_logo.cr)


A neat library and DSL for creating graphics using SVG
Expand Down

0 comments on commit 75f1b0d

Please sign in to comment.