Skip to content

Commit

Permalink
fix: correct readme image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Mar 21, 2024
1 parent 6b2a31a commit 0c3e360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ You can watch a video covering the initial use-case here: https://youtu.be/5yuEu

#+name: misc startup logs
#+caption:
[[./docs/images/misc_startup_logs.png]]
[[./docs/assets/misc_startup_logs.png]]

#+name: solver analysis callsite
#+caption:
[[./docs/images/solver_analysis_callsite.png]]
[[./docs/assets/solver_analysis_callsite.png]]

#+name: pretty solver analysis
#+caption:
[[./docs/images/solver_analysis_output.png]]
[[./docs/assets/solver_analysis_output.png]]


** TLDR: example script and output
Expand All @@ -32,7 +32,7 @@ Checkout [[file:src/Example.gd][src/Example.gd]] for this code.

#+name: Example.gd
#+caption: ~Log.pr()~ should Just Work in most (all?) cases
[[./docs/images/example_gd_impl.png]]
[[./docs/assets/example_gd_impl.png]]

~Log.pr()~ should Just Work in most (all?) cases

Expand All @@ -44,7 +44,7 @@ which gets picked up by Log's static method via duck-typing.

#+name: output of Example.gd
#+caption: ~prn~ (vs ~pr~) adds newlines between values
[[./docs/images/example_gd_output.png]]
[[./docs/assets/example_gd_output.png]]

~prn~ (vs ~pr~) adds newlines between values

Expand Down

0 comments on commit 0c3e360

Please sign in to comment.