Update "Getting Started" link to the new user manual #815
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request addresses issue https://github.com/invesalius/invesalius3/issues/789 by updating the "Getting Started" link in the Help menu. The previous link pointed to an outdated PDF manual. Now, clicking "Getting Started" will open the new user manual available at https://invesalius.github.io/docs/user_guide/user_guide.html
Changes made:
Updated the URL in the frame.py file to point to the new user manual.
Testing:
![image](https://private-user-images.githubusercontent.com/112469577/353525109-25d0742a-3711-4b50-93ee-5adf820a6125.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTQ3MTgsIm5iZiI6MTczOTY5NDQxOCwicGF0aCI6Ii8xMTI0Njk1NzcvMzUzNTI1MTA5LTI1ZDA3NDJhLTM3MTEtNGI1MC05M2VlLTVhZGY4MjBhNjEyNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwODI2NThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYzEzMzc4MDQ5ZGRkOTgwYmZkNmYzMDRjNDM2ZjNlMmEyMzcxODI0MjNlZTc2ZTY1ZjU2NWIwODExODY1YjY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zFkFyou8HdmSgEuT7JOlioynddodWgPxaxtf2vubN_k)
Verified that the Help > Getting started link opens the new user manual in the default web browser.
Hi @henrikkauppi @vhosouza @tfmoraes please review this new PR.