Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ui-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ binascii.Error: Non-hexadecimal digit found

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).

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).
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).
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ const config = {
({
docs: {
sidebarPath: './sidebars.js',
editUrl: 'https://github.com/binsync/docs.binsync.net',
editUrl: 'https://github.com/binsync/docs.binsync.net/tree/main',
routeBasePath: '/',
},
blog: {
showReadingTime: true,
feedOptions: { type: ['rss', 'atom'], xslt: true },
editUrl: 'https://github.com/binsync/docs.binsync.net',
editUrl: 'https://github.com/binsync/docs.binsync.net/tree/main',
onInlineTags: 'warn',
onInlineAuthors: 'warn',
onUntruncatedBlogPosts: 'warn',
Expand Down