From ed9c59b7f0e44daa06d9762c769bdb51f544f08c Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Thu, 28 Dec 2023 15:18:20 +0000 Subject: [PATCH] Update links. --- dsl/basics.md | 2 +- dsl/cookbook/implied-relationships/index.md | 2 +- dsl/defaults.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dsl/basics.md b/dsl/basics.md index bb56eb6..c932c5f 100644 --- a/dsl/basics.md +++ b/dsl/basics.md @@ -41,7 +41,7 @@ In addition, workspaces are subject to the following rules: The `!impliedRelationships` keyword provides a way to enable or disable whether implied relationships are created. A value of `false` disables implied relationship creation, while `true` creates implied relationships between all valid combinations of the parent elements, unless any relationship already exists between them -(see [Structurizr for Java - Implied relationships - CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy](https://github.com/structurizr/java/blob/master/docs/implied-relationships.md#createimpliedrelationshipsunlessanyrelationshipexistsstrategy) for more details). +(see [Structurizr for Java - Implied relationships - CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy](/java/implied-relationships#createimpliedrelationshipsunlessanyrelationshipexistsstrategy) for more details). ## Constants diff --git a/dsl/cookbook/implied-relationships/index.md b/dsl/cookbook/implied-relationships/index.md index c180430..2523a6d 100644 --- a/dsl/cookbook/implied-relationships/index.md +++ b/dsl/cookbook/implied-relationships/index.md @@ -71,7 +71,7 @@ With the implied relationships functionality disabled, you will need to explicit ## Multiple implied relationships -The Structurizr DSL uses the [CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy](https://github.com/structurizr/java/blob/master/docs/implied-relationships.md#createimpliedrelationshipsunlessanyrelationshipexistsstrategy) from the Java client library when creating implied relationships, which prevents multiple implied relationships from being created. For example, the following DSL will only create a single implied relationship between the person and the software system (the first that is defined in the DSL). +The Structurizr DSL uses the [CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy](/java/implied-relationships#createimpliedrelationshipsunlessanyrelationshipexistsstrategy) from the Structurizr for Java library when creating implied relationships, which prevents multiple implied relationships from being created. For example, the following DSL will only create a single implied relationship between the person and the software system (the first that is defined in the DSL). ``` workspace { diff --git a/dsl/defaults.md b/dsl/defaults.md index c547af4..03f97dc 100644 --- a/dsl/defaults.md +++ b/dsl/defaults.md @@ -13,7 +13,7 @@ When used in conjunction with [Structurizr Lite](/lite) or the [Structurizr CLI](/cli), the following DSL fragment will automatically: -- Create the [implied relationship](https://github.com/structurizr/java/blob/master/docs/implied-relationships.md) +- Create the [implied relationship](/java/implied-relationships) between the ```user``` and ```softwareSystem``` elements. - Create a default set of views (1 x System Landscape, 1 x System Context, 1 x Container - all with auto-layout enabled, see [ViewSet.createDefaultViews()](https://github.com/structurizr/java/blob/master/structurizr-core/src/com/structurizr/view/ViewSet.java)). - Add some default element styles from a theme.