Skip to content

Commit 813d811

Browse files
committed
docs
1 parent 9b63a86 commit 813d811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/app/Presentation/Home/default.latte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<h3>Endpoints available:</h3>
66
<ul>
7-
<li><code>{$basePath}/resolve/&#36;&#123;value&#125;</code> - resolves the ARK value part (without scheme and prefix=NAAN)</li>
7+
<li><code>{$basePath}/resolve/&#36;&#123;value&#125;</code> - resolves the ARK value part (without scheme and prefix=NAAN); this variant is registered at the ARK Allience</li>
88
<li><code>{$basePath}/resolve?ark=&#36;&#123;pid&#125;</code> - resolves the whole ARK PID</li>
99
both with relevant health checks:
10-
<li><a n:href=":resolve App\Presentation\Home\HomePresenter::HealthCheck ">{link //:resolve, App\Presentation\Home\HomePresenter::HealthCheck|replace:'http://','https://'}</a></li>
10+
<li><a n:href=":resolve App\Presentation\Home\HomePresenter::HealthCheck ">{link //:resolve, App\Presentation\Home\HomePresenter::HealthCheck|replace:'http://','https://'}</a> --> <a href="https://n2t.net/ark:12661/servicestatus">https://n2t.net/ark:12661/servicestatus</a></li>
1111
<li><a n:href=":resolve null, 'ark:'.$naan.'/'.App\Presentation\Home\HomePresenter::HealthCheck ">{link //:resolve, null, 'ark:'.$naan.'/'.App\Presentation\Home\HomePresenter::HealthCheck|replace:'http://','https://'}</a></li>
1212
</ul>
1313

0 commit comments

Comments
 (0)