Skip to content

Commit 90421ee

Browse files
authored
Merge pull request #48 from jbampton/fix-word-case
2 parents 6772693 + 72621a3 commit 90421ee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

products/argo-tunnel/src/content/use-cases/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ To do this, [download](../downloads/) the Mac, Linux or Windows version of Tunne
2323

2424
## Webhooks In Development Environments
2525

26-
When developing an application that uses webhooks (such as building an app for [Github](https://developer.github.com/webhooks/), [Slack](https://api.slack.com/incoming-webhooks) or [Stripe](https://stripe.com/docs/webhooks)) you can use Tunnel to run a webhook endpoint from your local environment. Once you run Tunnel on your computer, Tunnel will expose a public URL that you can set as your webhook endpoint. Tunnel will forward all requests to that endpoint to your local development environment.
26+
When developing an application that uses webhooks (such as building an app for [GitHub](https://developer.github.com/webhooks/), [Slack](https://api.slack.com/incoming-webhooks) or [Stripe](https://stripe.com/docs/webhooks)) you can use Tunnel to run a webhook endpoint from your local environment. Once you run Tunnel on your computer, Tunnel will expose a public URL that you can set as your webhook endpoint. Tunnel will forward all requests to that endpoint to your local development environment.

products/logs/src/content/analytics-integrations/elastic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from
5252
</a>
5353
Before getting Cloudflare logs into Elastic:
5454

55-
1. Install an AWS Lambda function, available in the file _cloudflare-elastic-lambda.zip_ from Github at this location: [https://github.com/cloudflare/cloudflare-elastic/releases/tag/v0.3-7.x](https://github.com/cloudflare/cloudflare-elastic/releases/tag/v0.3-7.x).
55+
1. Install an AWS Lambda function, available in the file _cloudflare-elastic-lambda.zip_ from GitHub at this location: [https://github.com/cloudflare/cloudflare-elastic/releases/tag/v0.3-7.x](https://github.com/cloudflare/cloudflare-elastic/releases/tag/v0.3-7.x).
5656

5757
2. Upload the _cloudflare-elastic-lambda.zip_ file to an S3 bucket.
5858

products/mobile-sdk/src/content/unity/unity-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Getting Started with Unity for Android
66

77
The Neumob Unity plugin implements support for using Neumob, allowing you to accelerate network requests in your Unity-Android builds.
88

9-
The Neumob Unity plugin requires Unity 5.0 or newer and API 14 and up. You can find the plugin on the `Unity Asset store <http://u3d.as/nYw>`_ or you can checkout the Github repository `here <https://github.com/neumob/neumob-unity-android>`_.
9+
The Neumob Unity plugin requires Unity 5.0 or newer and API 14 and up. You can find the plugin on the `Unity Asset store <http://u3d.as/nYw>`_ or you can checkout the GitHub repository `here <https://github.com/neumob/neumob-unity-android>`_.
1010

1111
## Installation ##
1212

products/mobile-sdk/src/content/unity/unity-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Getting Started with Unity for iOS
66

77
The Neumob Unity plugin implements support for using Neumob, allowing you to accelerate network requests in your Unity-iOS builds.
88

9-
The Neumob Unity plugin requires Unity 5.0 or newer and iOS 7.0 and up.You can find the plugin on the `Unity Asset store <http://u3d.as/nX8>`_ or you can checkout the Github repository `here <https://github.com/neumob/neumob-unity-ios>`_.
9+
The Neumob Unity plugin requires Unity 5.0 or newer and iOS 7.0 and up.You can find the plugin on the `Unity Asset store <http://u3d.as/nX8>`_ or you can checkout the GitHub repository `here <https://github.com/neumob/neumob-unity-ios>`_.
1010

1111
## Installation ##
1212

products/stream/src/content/getting-started/uploading-golang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ upload.Progress()
6363
upload.Finished()
6464
```
6565

66-
Please see [go-tus](https://github.com/eventials/go-tus) on Github for functionality such as resuming uploads and getting more details about the progress of the upload.
66+
Please see [go-tus](https://github.com/eventials/go-tus) on GitHub for functionality such as resuming uploads and getting more details about the progress of the upload.

products/terraform/docs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
contentRepoFolder: "products/terraform",
77
externalLinks: [
88
{
9-
title: "Github @cloudflare/terraform-provider-cloudflare",
9+
title: "GitHub @cloudflare/terraform-provider-cloudflare",
1010
url: "https://github.com/cloudflare/terraform-provider-cloudflare"
1111
},
1212
{

products/terraform/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ See [Installing Terraform](/installing/).
2222

2323
## Issues
2424

25-
Report Terraform config issues via [Github](https://github.com/terraform-providers/terraform-provider-cloudflare/issues).
25+
Report Terraform config issues via [GitHub](https://github.com/terraform-providers/terraform-provider-cloudflare/issues).
2626

2727
</ContentColumn>

0 commit comments

Comments
 (0)