From bac7bcfe1484a7aca300f7f01846c0bba704512a Mon Sep 17 00:00:00 2001 From: Jimmy Ririe Date: Mon, 13 Oct 2025 22:17:06 -0400 Subject: [PATCH] Fix links --- docs/ui-guide.md | 2 +- docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ui-guide.md b/docs/ui-guide.md index 39d8443..7f63cd7 100644 --- a/docs/ui-guide.md +++ b/docs/ui-guide.md @@ -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). diff --git a/docusaurus.config.js b/docusaurus.config.js index 71b0ba5..3e0f924 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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',