Skip to content

Commit

Permalink
Fix image links after combining documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon committed Mar 7, 2024
1 parent a1646ce commit eab2028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/explanations/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These responsibilities are kept separate in the codebase to ensure a clean, main

## Key Components

:::{figure} ../../images/blueapi-architecture.png
:::{figure} ../images/blueapi-architecture.png
:align: center
:width: 600px

Expand Down
2 changes: 1 addition & 1 deletion docs/explanations/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The base engine programatically emits data events conforming to the [bluesky eve
are meant to be handled by other subscribing code (e.g. databroker) and are decoupled from concerns such as whether
a plan has started, finished, paused, errored etc. See the example below:

:::{figure} ../../images/bluesky-events.png
:::{figure} ../images/bluesky-events.png
:align: center
:width: 600px

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dev-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debugging capabilities.
2. Select "Worker Service" from the debug configuration.
3. Click the green "Run Button"

:::{figure} ../../images/debug-vscode.png
:::{figure} ../images/debug-vscode.png
:align: center

debug in vscode
Expand Down

0 comments on commit eab2028

Please sign in to comment.