Skip to content

Commit

Permalink
release v7
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinmorocho-deuna committed May 18, 2024
1 parent 6668c41 commit 133a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react';
import { Redirect } from "react-router-dom";

export default function Home() {
return <Redirect to="/docs/6.x.x/intro" />;
return <Redirect to="/docs/7.x.x/intro" />;
}

0 comments on commit 133a045

Please sign in to comment.