From 5189c6265158716efff4cfcb45031136b8be86b0 Mon Sep 17 00:00:00 2001 From: Prince Mendiratta Date: Wed, 29 Dec 2021 16:51:20 +0530 Subject: [PATCH] Fix broken link for guide to Jira and webhook integration Signed-off-by: Prince Mendiratta --- README.md | 2 +- docs/Hook-Examples.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a7673..acd45a1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Check out [Hook examples page](docs/Hook-Examples.md) for more complex examples ### Guides featuring webhook - [Plex 2 Telegram](https://gitlab.com/-/snippets/1972594) by [@psyhomb](https://github.com/psyhomb) - - [Webhook & JIRA](https://sites.google.com/site/mrxpalmeiras/notes/jira-webhooks) by [@perfecto25](https://github.com/perfecto25) + - [Webhook & JIRA](https://sites.google.com/site/mrxpalmeiras/more/jira-webhooks) by [@perfecto25](https://github.com/perfecto25) - [Trigger Ansible AWX job runs on SCM (e.g. git) commit](http://jpmens.net/2017/10/23/trigger-awx-job-runs-on-scm-commit/) by [@jpmens](http://mens.de/) - [Deploy using GitHub webhooks](https://davidauthier.wearemd.com/blog/deploy-using-github-webhooks.html) by [@awea](https://davidauthier.wearemd.com) - [Setting up Automatic Deployment and Builds Using Webhooks](https://willbrowning.me/setting-up-automatic-deployment-and-builds-using-webhooks/) by [Will Browning](https://willbrowning.me/about/) diff --git a/docs/Hook-Examples.md b/docs/Hook-Examples.md index 2b8af74..1aefe8a 100644 --- a/docs/Hook-Examples.md +++ b/docs/Hook-Examples.md @@ -312,7 +312,7 @@ __Not recommended in production due to low security__ ``` ## JIRA Webhooks -[Guide by @perfecto25](https://sites.google.com/site/mrxpalmeiras/notes/jira-webhooks) +[Guide by @perfecto25](https://sites.google.com/site/mrxpalmeiras/more/jira-webhooks) ## Pass File-to-command sample