Skip to content

Commit

Permalink
Merge pull request #19 from BanVacc/main
Browse files Browse the repository at this point in the history
fix markdown links
  • Loading branch information
simonbrowndotje authored Jul 3, 2024
2 parents 5746854 + 4ace8fc commit 61fe85c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dsl/14-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Permitted children:
- [!identifiers](#identifiers)
- [group](#group)
- [person](#person)
- [softwareSystem](#softwareSystem)
- [deploymentEnvironment](#deploymentEnvironment)
- [softwareSystem](#softwaresystem)
- [deploymentEnvironment](#deploymentenvironment)
- [element](#element)
- [-> (relationship)](#relationship)

Expand Down Expand Up @@ -223,8 +223,8 @@ Permitted children:


- [group](#group)
- [deploymentGroup](#deploymentGroup)
- [deploymentNode](#deploymentNode)
- [deploymentGroup](#deploymentgroup)
- [deploymentNode](#deploymentnode)
- [-> (relationship)](#relationship)

## deploymentGroup
Expand Down Expand Up @@ -256,10 +256,10 @@ The following tags are added by default:
Permitted children:

- [group](#group)
- [deploymentNode](#deploymentNode) (deployment nodes can be nested)
- [infrastructureNode](#infrastructureNode)
- [softwareSystemInstance](#softwareSystemInstance)
- [containerInstance](#containerInstance)
- [deploymentNode](#deploymentnode) (deployment nodes can be nested)
- [infrastructureNode](#infrastructurenode)
- [softwareSystemInstance](#softwaresysteminstance)
- [containerInstance](#containerinstance)
- [-> (relationship)](#relationship)
- [description](#description)
- [technology](#technology)
Expand Down Expand Up @@ -318,7 +318,7 @@ Permitted children:
- [url](#url)
- [properties](#properties)
- [perspectives](#perspectives)
- [healthCheck](#healthCheck)
- [healthCheck](#healthcheck)

## containerInstance

Expand All @@ -344,7 +344,7 @@ Permitted children:
- [url](#url)
- [properties](#properties)
- [perspectives](#perspectives)
- [healthCheck](#healthCheck)
- [healthCheck](#healthcheck)

## healthCheck

Expand Down

0 comments on commit 61fe85c

Please sign in to comment.