From c807aacd0a1c4b4fc192fe6f39edaed62cffe5fb Mon Sep 17 00:00:00 2001 From: Jordan Violet <69053702+jordan-violet-sp@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:20:48 -0400 Subject: [PATCH] changed custom_edit_url to point to developer.sailpoint.com repo --- api.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.mustache b/api.mustache index 0c69fb133..660f6e9f0 100644 --- a/api.mustache +++ b/api.mustache @@ -22,7 +22,7 @@ sidebar_class_name: "{{{api.method}}} api-method" {{#infoPath}} info_path: {{{infoPath}}} {{/infoPath}} -custom_edit_url: "https://github.com/sailpoint-oss/api-specs/issues/new?labels=API%20Specs&title=[Documentation] Requesting changes to '{{{title}}}' ({{{id}}})" +custom_edit_url: "https://github.com/sailpoint-oss/developer.sailpoint.com/issues/new?assignees=&labels=&template=bug-report.md&title=%5BBug%5D+Your+Bug+Report+Here Requesting changes to '{{{title}}}' ({{{id}}})" --- {{{markdown}}} \ No newline at end of file