Skip to content

Commit 0c9ef8a

Browse files
committed
Merge pull request reduxjs#1419 from marr/master
Update Github repo url
2 parents d3b4080 + cd14614 commit 0c9ef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/real-world/components/Explore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component, PropTypes } from 'react'
22

3-
const GITHUB_REPO = 'https://github.com/rackt/redux'
3+
const GITHUB_REPO = 'https://github.com/reactjs/redux'
44

55
export default class Explore extends Component {
66
constructor(props) {

0 commit comments

Comments
 (0)