This commit is contained in:
Vaclav Barta
2022-04-01 08:42:10 +02:00
committed by GitHub
parent 28d94a1475
commit 234832138f
2 changed files with 4 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ const Navigation = () => {
as="a"
rel="noreferrer noopener"
target="_blank"
href="https://xrpl-hooks.readme.io/docs"
href="https://xrpl-hooks.readme.io/v2.0/docs"
>
<ArrowUpRight size="15px" /> Hooks documentation
</Text>
@@ -400,7 +400,7 @@ const Navigation = () => {
</Button>
</Link>
</ButtonGroup>
<Link href="https://xrpl-hooks.readme.io/" passHref>
<Link href="https://xrpl-hooks.readme.io/v2.0" passHref>
<a target="_blank" rel="noreferrer noopener">
<Button outline>
<BookOpen size="15px" />

View File

@@ -6,7 +6,7 @@ export const hookapiH = `/**
* Functions are used sparingly because a non-inlining compiler may produce
* undesirable output.
*
* Find documentation here: https://xrpl-hooks.readme.io/reference/
* Find documentation here: https://xrpl-hooks.readme.io/v2.0/reference/
*/
@@ -1380,4 +1380,4 @@ int out_len = 0;\
#endif
`;
`;