move documentation out of papers

This commit is contained in:
tildearrow 2023-06-05 00:08:37 -05:00
parent 7560b9c10e
commit 17464b6446
122 changed files with 15 additions and 16 deletions

View file

@ -279,7 +279,7 @@ void FurnaceGUI::drawTutorial() {
ImGui::TextWrapped(
"if you need help, you may:\n"
"- read the (incomplete) manual: https://github.com/tildearrow/furnace/blob/master/papers/doc/README.md\n"
"- read the (incomplete) manual: https://github.com/tildearrow/furnace/blob/master/doc/README.md\n"
"- ask for help in Discussions (https://github.com/tildearrow/furnace/discussions) or the Furnace Discord (https://discord.gg/EfrwT2wq7z)"
);