Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 456c63a

Browse files
authored
Merge pull request #135 from appwrite/fix-broken-link
Specs bug fix
2 parents 3a424c7 + 015ec6d commit 456c63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/main.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $getSpecsUrl = function($type, $platform) use ($latestVersion) {
9696

9797
<p>The Appwrite API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded or JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>
9898

99-
<p>Specifications for the Appwrite API are available in multiple formats, including Open API 3 for <a href="<?php echo getSpecsUrl('open-api3', 'client'); ?>">clients</a> or <a href="<?php echo getSpecsUrl('open-api3', 'server'); ?>">servers</a> and Swagger2 for <a href="<?php echo getSpecsUrl('swagger2', 'client'); ?>">clients</a> or <a href="<?php echo getSpecsUrl('swagger2', 'server'); ?>">servers</a>.</p>
99+
<p>Specifications for the Appwrite API are available in multiple formats, including Open API 3 for <a href="<?php echo $getSpecsUrl('open-api3', 'client'); ?>">clients</a> or <a href="<?php echo $getSpecsUrl('open-api3', 'server'); ?>">servers</a> and Swagger2 for <a href="<?php echo $getSpecsUrl('swagger2', 'client'); ?>">clients</a> or <a href="<?php echo $getSpecsUrl('swagger2', 'server'); ?>">servers</a>.</p>
100100
</div>
101101

102102
<div class="margin-bottom-large">

0 commit comments

Comments
 (0)