You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update workbench help modal with links to GitHub, Read The Docs and
the Issue tracker
* Update the Welcome page buttons to link to GitHub, Read The Docs and
the Issue tracker
* Update help menu options to link to GitHub, Read The Docs and the
Issue tracker
* Update the README links to point to Read The Docs
* Update ISSUE_TEMPLATE.md with link to Read The Docs
Addresses: #412
Signed-off-by: Steven Esser <[email protected]>
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### Description
2
2
Please leave a brief discription of the bug or feature request:
3
3
* if reporting a bug, tell us how to reproduce the issue.
4
-
* Check the Develop Console tab and copy any error text there might be: https://github.com/nexB/scancode-workbench/wiki/Check-for-Errors-in-the-Developer-Tools
4
+
* Check the Develop Console tab and copy any error text there might be: https://scancode-workbench.readthedocs.io/en/develop/basics/check_for_errors_in_the_developer_tools.html
@@ -29,7 +29,7 @@ can find `ScanCode-Workbench` under `dist/ScanCode-Workbench-<os>-x64-<version>`
29
29
* ScanCode Workbench >= v2 is only compatible with scans from
30
30
[ScanCode v2.0.0](https://github.com/nexB/scancode-toolkit/releases) and
31
31
above which are run with the ScanCode `-i` option. For a list of available ScanCode
32
-
options see [How To: Set what will be detected in a scan](https://github.com/nexB/scancode-toolkit/wiki/How-To:-Set-what-will-be-detected-in-a-scan)
32
+
options see [How To: Set what will be detected in a scan](https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_set_what_will_be_detected_in_a_scan.html)
33
33
34
34
```bash
35
35
./scancode -clipeu <input><output_file>
@@ -40,16 +40,16 @@ ScanCode Workbench in order to get a sense of its functionality and the types of
40
40
information captured by a scan. The samples are located at
<li><aclass="open-in-default" href="https://github.com/nexB/scancode-workbench/wiki/Navigating-the-Chart-Summary-View">Navigating the Chart Summary View</a></li>
559
-
<li><aclass="open-in-default" href="https://github.com/nexB/scancode-workbench/wiki/Navigating-the-Node-View">Navigating the Node View</a></li>
560
-
</ul>
561
-
<h3>Debugging</h3>
562
-
<ul>
563
-
<li><aclass="open-in-default" href="https://github.com/nexB/scancode-workbench/wiki/Check-for-Errors-in-the-Developer-Tools">Check for Errors in the Developer Tools</a></li>
0 commit comments