Skip to content

Commit

Permalink
Fixed the README, updated the byteme version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 14, 2023
1 parent fc6ee36 commit 2606bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (deets.field == eminem::Field::INTEGER) {
}
```

Check out the [reference documentation](tatami-inc.github.io/eminem/) for more details.
Check out the [reference documentation](https://tatami-inc.github.io/eminem/) for more details.

## Building projects

Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FetchContent)
FetchContent_Declare(
byteme
GIT_REPOSITORY https://github.com/LTLA/byteme
GIT_TAG a270a9cc0431d3f22e378becdd0ed1a32b7a4812
GIT_TAG 1baca1ffddfbf0cd71fa7e285554959e3a116911
)

FetchContent_MakeAvailable(byteme)

0 comments on commit 2606bcd

Please sign in to comment.