We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126050c commit 2e5f113Copy full SHA for 2e5f113
1 file changed
src/components/EditButton.jsx
@@ -20,7 +20,7 @@ class EditDoc extends Component {
20
const classes = className ? `${className}` : '';
21
const { pathRoute } = this.state;
22
return (
23
- <a className={classes} href={`https://github.com/testsigmainc/tutorials/blob/develop/src/pages${pathRoute}.md`} target="_blank" rel="noopener noreferrer nofollow">
+ <a className={classes} href={`https://github.com/testsigmainc/tutorials/blob/dev/src/pages${pathRoute}.md`} target="_blank" rel="noopener noreferrer nofollow">
24
<i>
25
<svg className="button-icon--left" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
26
<title>logo-github</title>
0 commit comments