Fix links

Fixed links to support article: https://support.saleae.com/faq/technical-faq/setting-up-developer-directory
This commit is contained in:
timreyes 2018-09-12 11:27:18 -07:00 committed by GitHub
parent c6ca7b9012
commit ad553d1759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ The four build combinations produce analyzer dll files in the following location
``` ```
Instructions to tell the Saleae Logic software where to find your new analyzer dll can be found here: Instructions to tell the Saleae Logic software where to find your new analyzer dll can be found here:
[How to set the developer directory in the Saleae software to use third party or user created analyzers.](http://support.saleae.com/hc/en-us/articles/208667506) [How to set the developer directory in the Saleae software to use third party or user created analyzers.](https://support.saleae.com/faq/technical-faq/setting-up-developer-directory)
Once you have set that directory and restarted the software, your new custom analyzer should appear in the list of analyzers you can add. Once you have set that directory and restarted the software, your new custom analyzer should appear in the list of analyzers you can add.
@ -85,7 +85,7 @@ python build_analyzer.py
That's it! To debug the analyzer, you need to first tell the Saleae Logic software where to find your newly compiled *.so file. That's it! To debug the analyzer, you need to first tell the Saleae Logic software where to find your newly compiled *.so file.
[How to set the developer directory in the Saleae software to use third party or user created analyzers.](http://support.saleae.com/hc/en-us/articles/208667506) [How to set the developer directory in the Saleae software to use third party or user created analyzers.](https://support.saleae.com/faq/technical-faq/setting-up-developer-directory)
The two variants of the newly compiled analyzer can be found here: The two variants of the newly compiled analyzer can be found here:
@ -124,7 +124,7 @@ python build_analyzer.py
That's it! To debug the analyzer, you need to first tell the Saleae Logic software where to find your newly compiled *.dylib file. That's it! To debug the analyzer, you need to first tell the Saleae Logic software where to find your newly compiled *.dylib file.
[How to set the developer directory in the Saleae software to use third party or user created analyzers.](http://support.saleae.com/hc/en-us/articles/208667506) [How to set the developer directory in the Saleae software to use third party or user created analyzers.](https://support.saleae.com/faq/technical-faq/setting-up-developer-directory)
``` ```
debug/lib<Your Analyzer's Name>Analyzer.dylib debug/lib<Your Analyzer's Name>Analyzer.dylib
@ -302,7 +302,7 @@ This section was written using the 1.1.32 Analyzer SDK, Xcode version 7.2.1, and
![18](./images/18_-_breakpoint_set.png) ![18](./images/18_-_breakpoint_set.png)
- Before proceeding, see this article with instructions to configure the software to load your new analyzer: https://trello.com/c/LEFlqhlL - Before proceeding, see this article with instructions to configure the software to load your new analyzer: https://support.saleae.com/faq/technical-faq/setting-up-developer-directory
- Be sure to select the folder where the debug version of the custom analyzer is is saved. - Be sure to select the folder where the debug version of the custom analyzer is is saved.
- Once the Saleae logic software has been configured, and has been closed, click run from Xcode. - Once the Saleae logic software has been configured, and has been closed, click run from Xcode.