Skip to content

Commit

Permalink
Report error url update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarangelkov committed Jul 6, 2024
1 parent c19406a commit e734371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/EditThisPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import IconEdit from "@theme/Icon/Edit";
export default function EditThisPage({ editUrl }) {
return (
<a
href={editUrl}
href="https://github.com/cartesi/docs/issues/new"
target="_blank"
rel="noreferrer noopener"
className={ThemeClassNames.common.editThisPage}
Expand Down

0 comments on commit e734371

Please sign in to comment.