Skip to content

Commit

Permalink
Merge pull request #7 from probot/smee-client-link
Browse files Browse the repository at this point in the history
Fix link to smee-client
  • Loading branch information
JasonEtco authored Apr 6, 2019
2 parents c0d67de + 8fc57bc commit 2df8ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="blue-700">Webhook payload delivery service</h2>
</div>
</div>

<p class="lead text-center col-12 col-md-8 mx-auto">Tell your webhook source to send payloads to your <strong>smee.io</strong> channel, then either use the <a href="https://github.com/probot/smee/tree/master/client" target="_blank" rel="noopener noreferrer">smee client</a> or, if you're using <a href="https://probot.github.io" target="_blank" rel="noopener noreferrer">Probot</a> to build a GitHub App, just <a href="https://probot.github.io/docs/development/#configure-a-github-app">set the environment variable</a>.</p>
<p class="lead text-center col-12 col-md-8 mx-auto">Tell your webhook source to send payloads to your <strong>smee.io</strong> channel, then either use the <a href="https://github.com/probot/smee-client" target="_blank" rel="noopener noreferrer">smee client</a> or, if you're using <a href="https://probot.github.io" target="_blank" rel="noopener noreferrer">Probot</a> to build a GitHub App, just <a href="https://probot.github.io/docs/development/#configure-a-github-app">set the environment variable</a>.</p>
</main>

<footer class="border-top text-center py-4 text-gray">
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/server.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`server GET / returns the proper HTML 1`] = `
</div>
</div>
<p class=\\"lead text-center col-12 col-md-8 mx-auto\\">Tell your webhook source to send payloads to your <strong>smee.io</strong> channel, then either use the <a href=\\"https://github.com/probot/smee/tree/master/client\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">smee client</a> or, if you're using <a href=\\"https://probot.github.io\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Probot</a> to build a GitHub App, just <a href=\\"https://probot.github.io/docs/development/#configure-a-github-app\\">set the environment variable</a>.</p>
<p class=\\"lead text-center col-12 col-md-8 mx-auto\\">Tell your webhook source to send payloads to your <strong>smee.io</strong> channel, then either use the <a href=\\"https://github.com/probot/smee-client\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">smee client</a> or, if you're using <a href=\\"https://probot.github.io\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Probot</a> to build a GitHub App, just <a href=\\"https://probot.github.io/docs/development/#configure-a-github-app\\">set the environment variable</a>.</p>
</main>
<footer class=\\"border-top text-center py-4 text-gray\\">
Expand Down

0 comments on commit 2df8ab3

Please sign in to comment.