diff --git a/views/api/github.pug b/views/api/github.pug index 82bb345..afc2ef3 100644 --- a/views/api/github.pug +++ b/views/api/github.pug @@ -6,10 +6,10 @@ block content | GitHub API .btn-group.d-flex(role='group') - a.btn.btn-primary.w-100(href='http://developer.github.com/guides/getting-started/', target='_blank') + a.btn.btn-primary.w-100(href='https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api', target='_blank') i.far.fa-check-square.fa-sm.iconpadding | Getting Started - a.btn.btn-primary.w-100(href='http://developer.github.com/v3/', target='_blank') + a.btn.btn-primary.w-100(href='https://docs.github.com/en/rest', target='_blank') i.far.fa-file-alt.fa-sm.iconpadding | Documentation br