Skip to content

Commit

Permalink
api_refs[patch]: Fix link to v0.1 api refs (#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored May 28, 2024
1 parent 61d69f4 commit 4cc15c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_refs/typedoc_plugins/hide_underscore_lc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SCRIPT_HTML = `<script>
const VERSION_DROPDOWN_HTML = `<div class="version-select">
<select id="version-dropdown" onchange="window.location.href=this.value;">
<option selected value="">v0.2</option>
<option value="https://v01.v02.api.js.langchain.com/">v0.1</option>
<option value="https://v01.api.js.langchain.com/">v0.1</option>
</select>
</div>`;

Expand Down

0 comments on commit 4cc15c3

Please sign in to comment.