Skip to content

Commit 15bdb1a

Browse files
committed
docs: fix typedoc link
1 parent 94db709 commit 15bdb1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Isomorphic JavaScript client for [PostgREST](https://postgrest.org). The goal of this library is to make an "ORM-like" restful interface.
88

9-
Full documentation can be found [here](https://supabase.github.io/postgrest-js/).
9+
Full documentation can be found [here](https://supabase.github.io/postgrest-js/v2).
1010

1111
### Quick start
1212

docs/v1/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1><code>postgrest-js</code></h1>
7171
<a href="https://www.npmjs.com/package/@supabase/postgrest-js"><img src="https://img.shields.io/npm/v/@supabase/postgrest-js" alt="Package"></a>
7272
<a href="#license"><img src="https://img.shields.io/npm/l/@supabase/postgrest-js" alt="License: MIT"></a></p>
7373
<p>Isomorphic JavaScript client for <a href="https://postgrest.org">PostgREST</a>. The goal of this library is to make an &quot;ORM-like&quot; restful interface.</p>
74-
<p>Full documentation can be found <a href="https://supabase.github.io/postgrest-js/">here</a>.</p>
74+
<p>Full documentation can be found <a href="https://supabase.github.io/postgrest-js/v1">here</a>.</p>
7575
<a href="#quick-start" id="quick-start" style="color: inherit; text-decoration: none;">
7676
<h3>Quick start</h3>
7777
</a>
@@ -164,4 +164,4 @@ <h2>Legend</h2>
164164
<div class="overlay"></div>
165165
<script src="assets/js/main.js"></script>
166166
</body>
167-
</html>
167+
</html>

0 commit comments

Comments
 (0)