Skip to content

Commit 2e5f113

Browse files
committed
Edit button link correction
1 parent 126050c commit 2e5f113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/EditButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class EditDoc extends Component {
2020
const classes = className ? `${className}` : '';
2121
const { pathRoute } = this.state;
2222
return (
23-
<a className={classes} href={`https://github.com/testsigmainc/tutorials/blob/develop/src/pages${pathRoute}.md`} target="_blank" rel="noopener noreferrer nofollow">
23+
<a className={classes} href={`https://github.com/testsigmainc/tutorials/blob/dev/src/pages${pathRoute}.md`} target="_blank" rel="noopener noreferrer nofollow">
2424
<i>
2525
<svg className="button-icon--left" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2626
<title>logo-github</title>

0 commit comments

Comments
 (0)