From a904241f1ab471f41566bcbfdee41a6698012ecb Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 27 Jun 2018 09:45:07 -0500 Subject: [PATCH] Fix links for typedoc --- _data/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/toc.yml b/_data/toc.yml index f8b591b..207b50d 100644 --- a/_data/toc.yml +++ b/_data/toc.yml @@ -16,9 +16,9 @@ Advanced: - docs/best-practices.md Reference: - title: Application - url: "https://probot.github.io/api/latest/global.html#Application" + url: "https://probot.github.io/api/latest/classes/application.html" - title: context - url: "https://probot.github.io/api/latest/global.html#Context" + url: "https://probot.github.io/api/latest/classes/context.html" - title: context.github url: "http://octokit.github.io/rest.js/" - title: GitHub Webhook Events