martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
204 stars 180 forks source link

(cosmetics): index.html for a branch includes a link to non-existent issues.html #397

Closed cabo closed 1 year ago

cabo commented 1 year ago

build_index.sh

h1 "Editor's drafts for $(q "$branch") branch of $(a "$branchlink" "${user}/${repo}")"
p "View $(a "issues.html" "saved issues"), or the latest GitHub $(a "${gh}/issues" issues) and $(a "${gh}/pulls" "pull requests") in the $(a "${gh}" repo)."

I don't see an issues.html in each branch (and I wouldn't understand the point if there were one)

martinthomson commented 1 year ago

Thanks. Fixed.