Skip to content

Commit 6059699

Browse files
authored
Fix links (#4)
1 parent fbd66b0 commit 6059699

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ui-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ binascii.Error: Non-hexadecimal digit found
106106

107107
This means BinSync crashed while trying to commit something. Many things could have gone wrong here. Often the easiest way to fix this is just restarting your decompiler (so you can reload BinSync).
108108

109-
If possible, copy the **full** stack trace with the error that likely came right before this error (which caused it), and file an [Issue](https://github.com/angr/binsync/issues).
109+
If possible, copy the **full** stack trace with the error that likely came right before this error (which caused it), and [file an issue](https://github.com/binsync/binsync/issues).

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ const config = {
3030
({
3131
docs: {
3232
sidebarPath: './sidebars.js',
33-
editUrl: 'https://github.com/binsync/docs.binsync.net',
33+
editUrl: 'https://github.com/binsync/docs.binsync.net/tree/main',
3434
routeBasePath: '/',
3535
},
3636
blog: {
3737
showReadingTime: true,
3838
feedOptions: { type: ['rss', 'atom'], xslt: true },
39-
editUrl: 'https://github.com/binsync/docs.binsync.net',
39+
editUrl: 'https://github.com/binsync/docs.binsync.net/tree/main',
4040
onInlineTags: 'warn',
4141
onInlineAuthors: 'warn',
4242
onUntruncatedBlogPosts: 'warn',

0 commit comments

Comments
 (0)