From 62581e2599e28742465cff9e753a6ec78fdfbb6b Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Thu, 7 Sep 2017 16:20:43 -0500 Subject: [PATCH] Fix url --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 65d387bc..5a45faa8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,6 +14,6 @@ Probot apps are easy to write, deploy, and share. Many of the most popular Probo - [stale](https://probot.github.io/apps/stale) - closes abandoned issues after a period of inactivity. - [settings](https://probot.github.io/apps/settings) - syncs repository settings defined in `.github/settings.yml` to GitHub, enabling Pull Requests for repository settings. - [request-info](https://probot.github.io/apps/request-info) - requests more info from newly opened Pull Requests and Issues that contain either default titles or whose description is left blank. -- Check out the [featured apps](ttps://probot.github.io/apps/) or [browse more examples on GitHub](https://github.com/search?q=topic%3Aprobot-app&type=Repositories) +- Check out the [featured apps](https://probot.github.io/apps/) or [browse more examples on GitHub](https://github.com/search?q=topic%3Aprobot-app&type=Repositories) Ready to get started?