Skip to content

Commit

Permalink
feat: fix code guidelines adr links
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 6, 2023
1 parent da5d8c0 commit 2450f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/update-code-guidelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ rm -rf ./shopware
deno run --allow-read --allow-write ./.github/scripts/update-code-guidelines-summary.ts
deno run --allow-read --allow-write ./.github/scripts/format-code-guidelines.ts

find resources/guidelines/code/core -type f -name '*md' -not -name '_*' -exec sed -i 's#(../../adr/#(../../../references/adr/#' {} \;

find resources/guidelines/code/ -type d -exec touch '{}'/README.md \;
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Advantages:

#### Backwards Compatibility / Migration Strategy

See the [Use PHP 8.1 Enums](../../adr/2023-05-16-php-enums) ADR for the decision and migration strategy.
See the [Use PHP 8.1 Enums](../../../references/adr/2023-05-16-php-enums) ADR for the decision and migration strategy.

### Readonly properties

Expand Down Expand Up @@ -552,7 +552,7 @@ Further to that, we can decorate services with attributes: https://symfony.com/b

#### Backwards Compatibility / Migration Strategy

See the [Symfony Dependency Management](../../adr/2023-05-16-symfony-dependency-management) ADR for the decision and migration strategy.
See the [Symfony Dependency Management](../../../references/adr/2023-05-16-symfony-dependency-management) ADR for the decision and migration strategy.

### Improved console autocompletion

Expand Down

0 comments on commit 2450f64

Please sign in to comment.