Skip to content

Commit 84c3323

Browse files
author
sleepy
committed
updated links in README
1 parent ea9e95d commit 84c3323

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Building
1313

14-
Build tinyhook yourself or download pre-built binaries from Releases
14+
Build tinyhook yourself or download pre-built binaries from [Releases](https://github.com/Antibioticss/tinyhook/releases)
1515

16-
Nightly builds are available from Actions
16+
Nightly builds are available from [Actions](https://github.com/Antibioticss/tinyhook/actions)
1717

1818
### Build with `make`
1919

@@ -63,10 +63,7 @@ Output binaries will be in `build/universal`
6363

6464
## Documentation
6565

66-
- [Hooking](Hooking.md)
67-
- [Symbols](Symbols.md)
68-
- [Memory](Memory.md)
69-
- [Objective-C](Objective-C.md)
66+
Served on GitHub Pages: https://antibioticss.github.io/tinyhook/
7067

7168
## Example
7269

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Building
1313

14-
Build tinyhook yourself or download pre-built binaries from Releases
14+
Build tinyhook yourself or download pre-built binaries from [Releases](https://github.com/Antibioticss/tinyhook/releases)
1515

16-
Nightly builds are available from Actions
16+
Nightly builds are available from [Actions](https://github.com/Antibioticss/tinyhook/actions)
1717

1818
### Build with `make`
1919

include/tinyhook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int read_mem(void *destination, const void *source, size_t len);
4848

4949
int write_mem(void *destination, const void *source, size_t len);
5050

51-
/* solve symbol */
51+
/* symbol resolve */
5252
void *symtbl_solve(uint32_t image_index, const char *symbol_name);
5353

5454
void *symexp_solve(uint32_t image_index, const char *symbol_name);

0 commit comments

Comments
 (0)