Skip to content

Commit

Permalink
Update Documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Jul 22, 2024
1 parent 8202b87 commit 030c150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppExamples/misc/ProgressBar/doc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This example shows how to display a progress bar at the bottom of the ZEISS INSPECT main window.

There are two other variants of a progress bar:
* A specific API is available for showing <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/tree/dev/AppExamples/scripted_actuals/ScriptedElementProgress">Scripted elements progress</a> in the ZEISS INSPECT main window
* A specific API is available for showing <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/tree/main/AppExamples/scripted_actuals/ScriptedElementProgress">Scripted elements progress</a> in the ZEISS INSPECT main window
* The <a href="https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html#progress-bar-widget">Progress bar widget</a> is used to show progress in a user-defined dialog.

## Highlights
Expand Down Expand Up @@ -41,4 +41,4 @@ with gom.api.progress.ProgressBar() as bar:

* <a href="https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/python_api.html#gom-api-progress-progressbar">gom.api.progress.ProgressBar</a>
* <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/tree/main/AppExamples/scripted_actuals/ScriptedElementProgress">ScriptedElementProgress</a>
* <a href="https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html#progress-bar-widget">User-defined dialogs - Progress bar widget</a>
* <a href="https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html#progress-bar-widget">User-defined dialogs - Progress bar widget</a>

0 comments on commit 030c150

Please sign in to comment.