Skip to content

Commit

Permalink
Use raw github links for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Jul 9, 2024
1 parent 4e10d36 commit e4be67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A `workspace` holding the `workspace`.
Using path dependencies between the projects and the provided tools you can
effectively work on massive codebases properly split into reusable packages.

![Demo](https://github.com/sportradar/elixir-workspace/blob/assets/demo.gif)
![Demo](https://github.com/sportradar/elixir-workspace/raw/assets/demo.gif)

## Folder Structure

Expand Down
4 changes: 2 additions & 2 deletions workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $ mix workspace.graph --show-status
>
> See also `mix workspace.status`.
>
> ![workspace.status example](https://github.com/sportradar/elixir-workspace/blob/assets/status.gif)
> ![workspace.status example](https://github.com/sportradar/elixir-workspace/raw/assets/status.gif)
You can also output the graph as a `mermaid` chart:

Expand Down Expand Up @@ -159,7 +159,7 @@ flowchart TD
Monorepos can have hundreds of projects, so being able to run actions against
all (or some) of them is a key feature of `Workspace`.

![workspace.run example](https://github.com/sportradar/elixir-workspace/blob/assets/run.gif)
![workspace.run example](https://github.com/sportradar/elixir-workspace/raw/assets/run.gif)

`mix workspace.run` allows you to:

Expand Down

0 comments on commit e4be67b

Please sign in to comment.