diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ae9f2e2..1e08c62 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ > a link to it. Either: > > None -> https://github.com/netmod-wg/yang-xml/designs/\ +> https://github.com/netmod-wg/yang-xml/designs/ ## Additional Information diff --git a/.github/workflows/gen_index_html.sh b/.github/workflows/gen_index_html.sh index 0ee0a8c..f40543a 100644 --- a/.github/workflows/gen_index_html.sh +++ b/.github/workflows/gen_index_html.sh @@ -46,7 +46,7 @@ for branch in $SORTED; do # the "Pull Request" column if [ $branch = "main" ]; then - echo " N/A, since this is the \"main\" branch (last updated by #$NUMBER: $TITLE)." >> index.html + echo " N/A, since this is the \"main\" branch" >> index.html else echo " #$NUMBER: $TITLE" >> index.html fi