fixes #155
This commit is contained in:
@@ -228,7 +228,7 @@ const Navigation = () => {
|
|||||||
as="a"
|
as="a"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://xrpl-hooks.readme.io/docs"
|
href="https://xrpl-hooks.readme.io/v2.0/docs"
|
||||||
>
|
>
|
||||||
<ArrowUpRight size="15px" /> Hooks documentation
|
<ArrowUpRight size="15px" /> Hooks documentation
|
||||||
</Text>
|
</Text>
|
||||||
@@ -400,7 +400,7 @@ const Navigation = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</ButtonGroup>
|
</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">
|
<a target="_blank" rel="noreferrer noopener">
|
||||||
<Button outline>
|
<Button outline>
|
||||||
<BookOpen size="15px" />
|
<BookOpen size="15px" />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export const hookapiH = `/**
|
|||||||
* Functions are used sparingly because a non-inlining compiler may produce
|
* Functions are used sparingly because a non-inlining compiler may produce
|
||||||
* undesirable output.
|
* 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
|
#endif
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user