Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 28, 2023
1 parent 8cc1095 commit ed9c59b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dsl/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dsl/cookbook/implied-relationships/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion dsl/defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed9c59b

Please sign in to comment.