diff --git a/docs/Samples/config-agile.json b/docs/Samples/config-agile.json index 4a49293c..b324667e 100644 --- a/docs/Samples/config-agile.json +++ b/docs/Samples/config-agile.json @@ -38,6 +38,10 @@ "source": "Relates", "target": "System.LinkTypes.Related" }, + { + "source": "Cloners", + "target": "System.LinkTypes.Related" + }, { "source": "Duplicate", "target": "System.LinkTypes.Duplicate-Forward" diff --git a/docs/Samples/config-basic.json b/docs/Samples/config-basic.json index ddedbec0..aec8a439 100644 --- a/docs/Samples/config-basic.json +++ b/docs/Samples/config-basic.json @@ -38,6 +38,10 @@ "source": "Relates", "target": "System.LinkTypes.Related" }, + { + "source": "Cloners", + "target": "System.LinkTypes.Related" + }, { "source": "Duplicate", "target": "System.LinkTypes.Duplicate-Forward" diff --git a/docs/Samples/config-cmmi.json b/docs/Samples/config-cmmi.json index 81a0e60b..a954126a 100644 --- a/docs/Samples/config-cmmi.json +++ b/docs/Samples/config-cmmi.json @@ -38,6 +38,10 @@ "source": "Relates", "target": "System.LinkTypes.Related" }, + { + "source": "Cloners", + "target": "System.LinkTypes.Related" + }, { "source": "Duplicate", "target": "System.LinkTypes.Duplicate-Forward" diff --git a/docs/Samples/config-scrum.json b/docs/Samples/config-scrum.json index cff88dcb..e852531e 100644 --- a/docs/Samples/config-scrum.json +++ b/docs/Samples/config-scrum.json @@ -38,6 +38,10 @@ "source": "Relates", "target": "System.LinkTypes.Related" }, + { + "source": "Cloners", + "target": "System.LinkTypes.Related" + }, { "source": "Duplicate", "target": "System.LinkTypes.Duplicate-Forward"