Skip to content

Commit eb3574b

Browse files
WEB-313 -reverting 301 redirection issue fix change (#35)
1 parent f217289 commit eb3574b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default ({ data, pageContext }) => {
6767
<nav className="flex-auto flex items-center">
6868
<nav className="flex w-4/5">
6969
<div className="flex items-stretch font-semibold ml-20">
70-
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/getting-started/introduction-cloud/'}>
70+
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/'}>
7171
Docs
7272
</a>
7373
<a className="btn btn-ghost btn-sm border-b-2 border-green-500 rounded-btn ml-10 text-green-600" >

0 commit comments

Comments
 (0)