Skip to content

Commit da0cd26

Browse files
committed
fix wrong permalink in index.md
1 parent 3822061 commit da0cd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Introduction
44
nav_order: 1
55
has_children: false
6-
permalink: /docs/
6+
permalink: /
77
---
88
# Introduction
99
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

0 commit comments

Comments
 (0)