Skip to content

Commit 1a4b570

Browse files
authored
Merge pull request #566 from linear-b/fix-last-pr
Fix last pr
2 parents 60f70a3 + 0d45a47 commit 1a4b570

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/automations/generate-pr-description/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Automatically generate Pull Request descriptions based on commit messages. This
2828
<div class="automationExample" markdown="1">
2929
!!! example "Generate PR Description"
3030
```yaml+jinja
31-
--8<-- "docs/downloads/automation-library/generate_pr_description.cm.cm"
31+
--8<-- "docs/downloads/automation-library/generate_pr_description.cm"
3232
```
3333
<div class="result" markdown>
3434
<span>
35-
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/generate_pr_description.cm.cm"){ .md-button }
35+
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/generate_pr_description.cm"){ .md-button }
3636
</span>
3737
</div>
3838
</div>

plugins/filters/generateDescription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
??? example "gitStream CM Example: generateDescription"
1616
```yaml+jinja
17-
--8<-- "plugins/filters/generateDescription/generate_pr_description.cm.cm"
17+
--8<-- "plugins/filters/generateDescription/generate_pr_description.cm"
1818
```
1919
<div class="result" markdown>
2020
<span>

0 commit comments

Comments
 (0)