From 46af698ba0a71b73f617dbeb3fa316013753553a Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Fri, 29 Jul 2016 08:18:19 -0700 Subject: [PATCH] [script] Add thanks and contact to toc --- .github/osia_convert.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/osia_convert.rb b/.github/osia_convert.rb index 7e2a3ac7..bff9bcf3 100644 --- a/.github/osia_convert.rb +++ b/.github/osia_convert.rb @@ -176,6 +176,9 @@ def write_readme(j) output << temp end + output << "- [Thanks](#thanks)\n" + output << "- [Contact](#contact)\n" + output << "\n" output << h output << "\n"