diff --git a/appendices/0003_RFC/schema.gql b/appendices/0003_RFC/schema.graphqls similarity index 100% rename from appendices/0003_RFC/schema.gql rename to appendices/0003_RFC/schema.graphqls diff --git a/rfc/0003 RFC GraphQL API for Duniter Clients.md b/rfc/0003 RFC GraphQL API for Duniter Clients.md index 2eb3c15d25c6921b5c0b757fef3473771459bd5e..759305aa711d53c0803ee1e2abefe982aeeea458 100644 --- a/rfc/0003 RFC GraphQL API for Duniter Clients.md +++ b/rfc/0003 RFC GraphQL API for Duniter Clients.md @@ -374,7 +374,7 @@ So the websoket channel path is automatically deducted from the optionnal path: ## API GraphQL Schema -See [schema.gql](../appendices/0003_RFC/schema.gql) +See [schema.gql](../appendices/0003_RFC/schema.graphqls) --- End of the document.