From d2b12e082730ac0e75e2549f6bbc6b1f60d8f1cf Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 1 Apr 2023 22:37:15 -0700 Subject: [PATCH 1/2] Update link for Training --- docs/relation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relation.md b/docs/relation.md index 1d4d5ccd..44547471 100644 --- a/docs/relation.md +++ b/docs/relation.md @@ -139,4 +139,4 @@ If a deleted relation is based on a `RelationChoice` or `RelationList` field on ## Further reading For more information on possible flags and usage options please see the full {ref}`plone-api-relation` specification. -For more information on relations read the relevant [chapter in the Mastering Plone training](https://training.plone.org/5/mastering-plone/relations.html). +For more information on relations read the relevant [chapter in the Mastering Plone training](https://training.plone.org/mastering-plone/relations.html). From 256ceb1474be9e827c69f34e5a80d85ba40e2fe3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 1 Apr 2023 22:41:19 -0700 Subject: [PATCH 2/2] Add news item --- news/503.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/503.documentation diff --git a/news/503.documentation b/news/503.documentation new file mode 100644 index 00000000..26f00c36 --- /dev/null +++ b/news/503.documentation @@ -0,0 +1 @@ +Update link for Training. @stevepiercy