Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 27, 2025
1 parent 52135fa commit 98cc722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ We believe that software should be
- fast
- granular

LazyBroadcast.jl helps us achieve via [`lazy_broadcast`]
(@ref LazyBroadcast.lazy_broadcast). See our [documentation]
(https://clima.github.io/LazyBroadcast.jl/dev/) for a more in-depth dive into
how it works.
LazyBroadcast.jl helps us achieve via [`lazy_broadcast`](@ref LazyBroadcast.lazy_broadcast).
See our [documentation](https://clima.github.io/LazyBroadcast.jl/dev/) for a
more in-depth dive into how it works.

## Acknowledgement

Expand Down
7 changes: 3 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ We believe that software should be
- fast
- granular

LazyBroadcast.jl helps us achieve via [`lazy_broadcast`]
(@ref LazyBroadcast.lazy_broadcast). `lazy_broadcast` can help you write more
expressive code, and speed up your applications by fusing operations and
eliminating intermediate allocations.
LazyBroadcast.jl helps us achieve via [`lazy_broadcast`](@ref LazyBroadcast.lazy_broadcast).
`lazy_broadcast` can help you write more expressive code, and speed up your
applications by fusing operations and eliminating intermediate allocations.

To try this out, see our [quick-start](https://clima.github.io/LazyBroadcast.jl/dev/quick_start/).

0 comments on commit 98cc722

Please sign in to comment.