Skip to content

Commit

Permalink
Update some legacy references to Twitter (#22)
Browse files Browse the repository at this point in the history
* Update contrib licence links

* Make legacy URL fragments relative

* Change repository field in component.json
  • Loading branch information
pointydev authored Feb 26, 2024
1 parent eb3ca91 commit 419d1c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ commits.
By contributing your code:

You agree to license your contribution under the terms of the MIT (for code) and CC-BY (for graphics) licenses
<https://github.com/twitter/twemoji/blob/gh-pages/LICENSE>
<https://github.com/twitter/twemoji/blob/gh-pages/LICENSE-GRAPHICS>
<https://github.com/jdecked/twemoji/blob/gh-pages/LICENSE>
<https://github.com/jdecked/twemoji/blob/gh-pages/LICENSE-GRAPHICS>
2 changes: 1 addition & 1 deletion LEGACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Following are all the methods exposed in the `twemoji` namespace.

This is the main parsing utility and has 3 overloads per parsing type.

There are mainly two kinds of parsing: [string parsing](https://github.com/twitter/twemoji#string-parsing) and [DOM parsing](https://github.com/twitter/twemoji#dom-parsing).
There are mainly two kinds of parsing: [string parsing](#string-parsing) and [DOM parsing](#dom-parsing).

Each of them accepts a callback to generate an image source or an options object with parsing info.

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "Twitter, Inc.",
"web": "https://github.com/twitter/"
},
"repository": "twitter/twemoji",
"repository": "jdecked/twemoji",
"main": "twemoji.js",
"scripts": [
"twemoji.js"
Expand Down

0 comments on commit 419d1c6

Please sign in to comment.