diff --git a/packages/docs/src/guide-composable/mutation.md b/packages/docs/src/guide-composable/mutation.md index 5675a176..3a392ba6 100644 --- a/packages/docs/src/guide-composable/mutation.md +++ b/packages/docs/src/guide-composable/mutation.md @@ -1,6 +1,6 @@ # Mutations -Now that's we've learned [how to fetch data](./query), the next logical step is to study how to update data using **mutations**. If you need a refresher on mutations or GraphQL documents, read [this guide](https://graphql.org/learn/queries/#mutations). +Now that's we've learned [how to fetch data](./query), the next logical step is to study how to update data using **mutations**. If you need a refresher on mutations or GraphQL documents, read [this guide](https://graphql.org/learn/mutations/). ## Executing a mutation diff --git a/packages/docs/src/zh-cn/guide-composable/mutation.md b/packages/docs/src/zh-cn/guide-composable/mutation.md index 8d95e54c..1091539a 100644 --- a/packages/docs/src/zh-cn/guide-composable/mutation.md +++ b/packages/docs/src/zh-cn/guide-composable/mutation.md @@ -1,6 +1,6 @@ # 变更 -现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/queries/#mutations)。 +现在我们已经学习了[如何获取数据](./query),下一步是学习如何使用**变更**来更新数据。如果你需要复习变更或 GraphQL 文档,请阅读[本指南](https://graphql.org/learn/mutations/)。 ## 执行一个变更