Skip to content

Commit

Permalink
fix: documentation links (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored Oct 9, 2023
1 parent fb49f50 commit 7d84840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ private function navigationEntries(): array
['route' => 'compatible-wallets', 'label' => trans('menus.wallets')],
]],
['label' => trans('menus.developers'), 'children' => [
['url' => 'https://ark.dev/', 'label' => trans('menus.docs')],
['url' => 'https://ark.dev/docs/api', 'label' => trans('menus.api')],
['url' => trans('urls.docs.arkscan'), 'label' => trans('menus.docs')],
['url' => trans('urls.docs.api'), 'label' => trans('menus.api')],
]],
];

Expand Down
2 changes: 2 additions & 0 deletions resources/lang/en/urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
'ipfs' => 'https://cloudflare-ipfs.com/ipfs/:hash',
'docs' => [
'validator' => 'https://arkvault.io/docs/transactions/validator',
'arkscan' => 'https://arkscan.io/docs',
'api' => 'https://ark.dev/docs/api',
],
];

0 comments on commit 7d84840

Please sign in to comment.