Skip to content

Commit

Permalink
fix link to G-1050 in PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Sep 27, 2023
1 parent ece15ed commit f61e376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run-in-container/genpdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function write_guidelines(){
echo "" >> ${TARGET_DIR}/docs/index.md
sed -e "s|# |${HEADER} |g" $f | \
sed -e 's/..\/image/image/g' | \
sed -e 's|../../4-language-usage/1-general/g-1050/|#g-1050-avoid-using-literals-in-your-code|g' | \
sed -e 's|../../../../4-language-usage/3-dml-and-sql/3-transaction-control/g-3310|#g-3310-never-commit-within-a-cursor-loop|g' | \
sed -e 's|../../../../4-language-usage/3-dml-and-sql/3-transaction-control/g-3320|#g-3320-try-to-move-transactions-within-a-non-cursor-loop-into-procedures|g' | \
sed -e 's|../../../../4-language-usage/7-stored-objects/7-triggers/g-7740|#g-7740-never-handle-multiple-dml-events-per-trigger-if-primary-key-is-assigned-in-trigger|g' | \
Expand Down

0 comments on commit f61e376

Please sign in to comment.