fixes #155
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
`;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user