Skip to content

Commit

Permalink
rm .html (langchain-ai#10459)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 11, 2023
1 parent 37cb937 commit 2861e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs_skeleton/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ import React from "react";
import { Redirect } from "@docusaurus/router";

export default function Home() {
return <Redirect to="docs/get_started/introduction.html" />;
return <Redirect to="docs/get_started/introduction" />;
}

0 comments on commit 2861e65

Please sign in to comment.