Skip to content

Commit b7505fb

Browse files
authored
Merge pull request #226 from reactjs/sync-bc91fe41
Sync with reactjs.org @ bc91fe4
2 parents 4cb7f9a + 3c7d20b commit b7505fb

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

content/community/team.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ Dominic is interested in travelling, drum and bass, stand-up comedy and spending
5454

5555
Luna learned programming because she thought it meant creating video games. Instead, she ended up working on the Pinterest web app, and now on React itself. Luna doesn't want to make video games anymore, but she plans to do creative writing if she ever gets bored.
5656

57-
### Nicolas Gallagher {#nicolas-gallagher}
58-
59-
![Nicolas](../images/team/necolas.jpg)
60-
61-
[@necolas on GitHub](https://github.com/necolas) · [@necolas on Twitter](https://twitter.com/necolas)
62-
63-
Nicolas has majored in anthropology. He started in web development by building a website for a friend, and eventually found himself rebuilding the Twitter website with React. Nicolas describes himself as boring on paper, not much better in real life.
64-
6557
### Rachel Nabors {#rachel-nabors}
6658

6759
![Rachel](../images/team/rnabors.jpg)
@@ -112,6 +104,7 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
112104
* [Keyan Zhang](https://github.com/keyz)
113105
* [Nat Alison](https://github.com/tesseralis)
114106
* [Nathan Hunzaker](https://github.com/nhunzaker)
107+
* [Nicolas Gallagher](https://github.com/necolas)
115108
* [Paul O'Shannessy](https://github.com/zpao)
116109
* [Pete Hunt](https://github.com/petehunt)
117110
* [Philipp Spiess](https://github.com/philipp-spiess)

content/docs/cdn-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: cdn-links
33
title: CDN 링크
44
permalink: docs/cdn-links.html
55
prev: create-a-new-react-app.html
6-
next: hello-world.html
6+
next: release-channels.html
77
---
88

99
React와 ReactDOM 모두 CDN을 통해 사용할 수 있습니다.

src/components/LayoutFooter/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
122122
},
123123
}}>
124124
<a
125-
href="https://code.facebook.com/projects/"
125+
href="https://opensource.facebook.com/projects/"
126126
target="_blank"
127127
rel="noopener">
128128
<img

0 commit comments

Comments
 (0)