Skip to content

Commit efcbdfa

Browse files
committed
fix: broken links
1 parent 82df1fe commit efcbdfa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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)
22

33

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

66

77
A neat library and DSL for creating graphics using SVG
@@ -33,9 +33,9 @@ A full list is [here](https://docs.celestine.dev/svg_element_checklist.html).
3333
3434
## Examples
3535
36-
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)
36+
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)
3737
38-
Here are some more intricate examples. [procedural_art](https://github.com/redcodefinal/procedural_art)
38+
Here are some more intricate examples. [procedural_art](https://github.com/sol-vin/procedural_art)
3939
4040
Real world examples made with Celestine. All of these are flat SVG files with no JS inside, using only functions built into Celestine.
4141
@@ -74,5 +74,5 @@ HMU via issues or make a pull request or something I don't know.
7474

7575
## Contributors
7676

77-
- [Ian Rash](https://github.com/redcodefinal) - creator and maintainer
77+
- [Ian Rash](https://github.com/sol-vin) - creator and maintainer
7878
- [sugarfi](https://github.com/sugarfi) - contributor

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Celestine
22

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

55

66
A neat library and DSL for creating graphics using SVG

0 commit comments

Comments
 (0)