Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion products/argo-tunnel/src/content/use-cases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To do this, [download](../downloads/) the Mac, Linux or Windows version of Tunne

## Webhooks In Development Environments

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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from
</a>
Before getting Cloudflare logs into Elastic:

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).
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).

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

Expand Down
2 changes: 1 addition & 1 deletion products/mobile-sdk/src/content/unity/unity-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Getting Started with Unity for Android

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

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>`_.
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>`_.

## Installation ##

Expand Down
2 changes: 1 addition & 1 deletion products/mobile-sdk/src/content/unity/unity-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Getting Started with Unity for iOS

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

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>`_.
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>`_.

## Installation ##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ upload.Progress()
upload.Finished()
```

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.
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.
2 changes: 1 addition & 1 deletion products/terraform/docs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
contentRepoFolder: "products/terraform",
externalLinks: [
{
title: "Github @cloudflare/terraform-provider-cloudflare",
title: "GitHub @cloudflare/terraform-provider-cloudflare",
url: "https://github.com/cloudflare/terraform-provider-cloudflare"
},
{
Expand Down
2 changes: 1 addition & 1 deletion products/terraform/src/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ See [Installing Terraform](/installing/).

## Issues

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

</ContentColumn>