Skip to content

Commit

Permalink
Make Paths Windows‐Compatible (#9)
Browse files Browse the repository at this point in the history
* Added Windows job.

* Renamed files.

* Fixed image references.

* Removed GitHub action.

* Switched sanitization scheme.
  • Loading branch information
SDGGiesbrecht committed May 12, 2021
1 parent 665cbb1 commit e7daa76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/01 Getting Started.md
Expand Up @@ -248,11 +248,11 @@ With these arguments, the result is an interactive Markdown file that links to s
> <ul>
> <details>
> <summary>01: Deque: random access lookups</summary>
> <img src="./Assets/sample-results/01%20Deque:%20random%20access%20lookups.png">
> <img src="./Assets/sample-results/01%20Deque%20-%20random%20access%20lookups.png">
> </details>
> <details>
> <summary>02: Deque: prepending individual integers</summary>
> <img src="./Assets/sample-results/02%20Deque:%20prepending%20individual%20integers.png">
> <img src="./Assets/sample-results/02%20Deque%20-%20prepending%20individual%20integers.png">
> </details>
> <details>
> <summary>03: OrderedSet lookups</summary>
Expand Down

0 comments on commit e7daa76

Please sign in to comment.