Skip to content

Commit d20f16f

Browse files
authored
Merge pull request #35 from rustwasm/links-should-point-to-rustwasm-org
Fix github links to point to rustwasm org
2 parents d039727 + 1a7988d commit d20f16f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Where we need help:
111111
* Issues labeled ["good first issue"][gfi] are issues where fixing them would be
112112
a great introduction to the code base.
113113

114-
[more-formats]: https://github.com/fitzgen/twiggy/issues/4
115-
[help-wanted]: https://github.com/fitzgen/twiggy/labels/help%20wanted
116-
[mentored]: https://github.com/fitzgen/twiggy/labels/mentored
117-
[gfi]: https://github.com/fitzgen/twiggy/labels/good%20first%20issue
114+
[more-formats]: https://github.com/rustwasm/twiggy/issues/4
115+
[help-wanted]: https://github.com/rustwasm/twiggy/labels/help%20wanted
116+
[mentored]: https://github.com/rustwasm/twiggy/labels/mentored
117+
[gfi]: https://github.com/rustwasm/twiggy/labels/good%20first%20issue
118118

119119
## Team
120120

@@ -131,4 +131,4 @@ word.
131131
**We need more team members!**
132132
[Drop a comment on this issue if you are interested in joining.][join]
133133

134-
[join]: https://github.com/fitzgen/twiggy/issues/3
134+
[join]: https://github.com/rustwasm/twiggy/issues/3

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `twiggy`
2-
3-
[![](https://docs.rs/twiggy/badge.svg)](https://docs.rs/twiggy/)
1+
# `twiggy`!
2+
!
3+
[![](https://docs.rs/twiggy/badge.svg)](https://docs.rs/twiggy/)!
44
[![](https://img.shields.io/crates/v/twiggy.svg)](https://crates.io/crates/twiggy)
55
[![](https://img.shields.io/crates/d/twiggy.svg)](https://crates.io/crates/twiggy)
6-
[![Build Status](https://travis-ci.org/fitzgen/twiggy.svg?branch=master)](https://travis-ci.org/fitzgen/twiggy)
6+
[![Build Status](https://travis-ci.org/rustwasm/twiggy.svg?branch=master)](https://travis-ci.org/rustwasm/twiggy)
77

88
`twiggy` is a code size profiler.
99

0 commit comments

Comments
 (0)