Skip to content

Commit 0e71c05

Browse files
authored
Docs: Fix capitalization of GitHub (#1667)
1 parent b48d087 commit 0e71c05

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ As the official binding library for React and Redux, React Redux has a large com
8686
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8787
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux)
8888
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
89-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
89+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
9090
- Tutorials, articles, and further resources: [React/Redux Links](https://github.com/markerikson/react-redux-links)

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const siteConfig = {
103103
{ to: 'introduction/quick-start', label: 'Quick Start', position: 'right' },
104104
{ to: 'using-react-redux/connect-mapstate', label: 'Using React Redux', position: 'right' },
105105
{ to: 'api/connect', label: 'API', position: 'right' },
106-
{ href: 'https://www.github.com/reduxjs/react-redux', label: 'Github', position: 'right', className: 'github' },
106+
{ href: 'https://www.github.com/reduxjs/react-redux', label: 'GitHub', position: 'right', className: 'github' },
107107
{ href: '/introduction/quick-start#help-and-discussion', label: 'Need help?', position: 'right' }
108108
],
109109
},

website/versioned_docs/version-5.x/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ As the official binding library for React and Redux, React-Redux has a large com
8484
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8585
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React-Redux](https://stackoverflow.com/questions/tagged/redux)
8686
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
87-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
87+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
8888
- Tutorials, articles, and further resources: [React/Redux Links](https://www.reddit.com/r/reduxjs/)

website/versioned_docs/version-6.x/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ As the official binding library for React and Redux, React Redux has a large com
8686
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8787
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux)
8888
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
89-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
89+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
9090
- Tutorials, articles, and further resources: [React/Redux Links](https://www.reddit.com/r/reduxjs/)

website/versioned_docs/version-7.0/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ As the official binding library for React and Redux, React Redux has a large com
8686
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8787
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux)
8888
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
89-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
89+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
9090
- Tutorials, articles, and further resources: [React/Redux Links](https://www.reddit.com/r/reduxjs/)

website/versioned_docs/version-7.1/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ As the official binding library for React and Redux, React Redux has a large com
8686
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8787
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux)
8888
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
89-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
89+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
9090
- Tutorials, articles, and further resources: [React/Redux Links](https://github.com/markerikson/react-redux-links)
9191
- DEV Community: [DEV's Redux tag](https://dev.to/t/redux)

website/versioned_docs/version-7.2/introduction/why-use-react-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ As the official binding library for React and Redux, React Redux has a large com
8686
- Discord channel: [#redux on Reactiflux](https://discord.com/channels/102860784329052160/103538784460615680) ([Reactiflux invite link](https://reactiflux.com))
8787
- Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux)
8888
- Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/)
89-
- Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
89+
- GitHub issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues
9090
- Tutorials, articles, and further resources: [React/Redux Links](https://github.com/markerikson/react-redux-links)

0 commit comments

Comments
 (0)