Skip to content

Commit 67c3beb

Browse files
fixes #13 - do not link to PDF in PDF
1 parent 7abc408 commit 67c3beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/run-in-container/genpdf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function write_file(){
2323
sed -e 's/..\/image/image/g' ${DATA_DIR}/docs/${FILE} | \
2424
sed -e 's|../4-language-usage/2-variables-and-types/1-general/g-2150|#g-2150-avoid-comparisons-with-null-value-consider-using-is-not-null|g' | \
2525
sed -e 's|../3-coding-style/coding-style/#rules|#rules|g' | \
26+
sed -e 's|PLSQL-and-SQL-Coding-Guidelines.pdf||g' | \
2627
sed -e 's/✘/X/g' >> ${TARGET_DIR}/docs/index.md
2728
}
2829

0 commit comments

Comments
 (0)