Skip to content

Commit

Permalink
🧹 chore: move links to old templates repo to point here (#3099)
Browse files Browse the repository at this point in the history
* chore: move links to old templates repo to point here

 - validated new template dirs
 - including those that moved into experimental
 - fixed at least one tyop

* Alt text same as badge image

* make Prettier happy

* fix typo

* remove d1 beta message

---------

Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
  • Loading branch information
dotysan and petebacondarwin authored Mar 5, 2024
1 parent 01a53b2 commit bb3db47
Show file tree
Hide file tree
Showing 39 changed files with 42 additions and 41 deletions.
4 changes: 2 additions & 2 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ There are a few ways to quickly jumpstart your next project using one of the tem

```sh
# full repository clone
$ git clone --depth 1 https://github.com/cloudflare/templates
$ git clone --depth 1 https://github.com/cloudflare/workers-sdk

# copy the "worker-typescript" example to "my-project" directory
$ cp -rf templates/worker-typescript my-project
$ cp -rf workers-sdk/templates/worker-typescript my-project

# setup & begin development
$ cd my-project && npm install && npm run dev
Expand Down
3 changes: 2 additions & 1 deletion templates/examples/cryptocurrency-slack-bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ addEventListener("fetch", (event) => {
// Keep this value secret.
let SLACK_TOKEN = "PUTYOURTOKENHERE";
let BOT_NAME = "Crypto-bot 🤖";
let REPO_URL = "https://github.com/cloudflare/templates";
let REPO_URL =
"https://github.com/cloudflare/workers-sdk/tree/main/templates/examples/cryptocurrency-slack-bot";

let jsonHeaders = new Headers([["Content-Type", "application/json"]]);

Expand Down
2 changes: 1 addition & 1 deletion templates/experimental/worker-cobol/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-cobol

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-cobol)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-cobol)

A Cloudflare worker that runs COBOL.

Expand Down
2 changes: 1 addition & 1 deletion templates/experimental/worker-emscripten/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-emscripten

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-emscripten)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-emscripten)

A template for kick starting a Cloudflare worker project with emscripten

Expand Down
2 changes: 1 addition & 1 deletion templates/experimental/worker-rust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-rust

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-rust)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-rust)

A template for kick starting a Cloudflare worker project using [`workers-rs`](https://github.com/cloudflare/workers-rs).

Expand Down
2 changes: 1 addition & 1 deletion templates/pages-example-forum-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Forum application built with Pages Functions, Workers KV and Durable Objects

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/pages-example-forum-app)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/pages-example-forum-app)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion templates/pages-functions-cors/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: pages-functions-cors

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/pages-functions-cors)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/pages-functions-cors)

A template for Pages Functions appending CORS headers.

Expand Down
2 changes: 1 addition & 1 deletion templates/pages-image-sharing/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image sharing platform build with Cloudflare Pages

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/pages-image-sharing)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/pages-image-sharing)

This example application showcases Cloudflare Pages functions powered by Cloudflare Workers
2 changes: 1 addition & 1 deletion templates/pages-plugin-static-forms/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: pages-functions-static-form

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/pages-functions-static-form)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/pages-plugin-static-forms)

A template for Pages using static-forms plugin.

Expand Down
2 changes: 1 addition & 1 deletion templates/stream/auth/stripe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloudflare Stream + Stripe

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/auth/stripe)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/auth/stripe)

Host and monetize **paid** video content (live or on-demand) that you fully control, on your own website, using [Cloudflare Stream](https://www.cloudflare.com/products/cloudflare-stream/), [Cloudflare Pages](https://pages.cloudflare.com/), and [Stripe Checkout](https://stripe.com/payments/checkout).

Expand Down
2 changes: 1 addition & 1 deletion templates/stream/playback/dash-js/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template: Cloudflare Stream + dash.js playback

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/dash-js)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/dash-js)

Example of video playback with Cloudflare Stream and dash.js
2 changes: 1 addition & 1 deletion templates/stream/playback/hls-js/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template: Cloudflare Stream + hls.js playback

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/hls-js)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/hls-js)

Example of video playback with Cloudflare Stream and hls.js
2 changes: 1 addition & 1 deletion templates/stream/playback/shaka-player/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template: Cloudflare Stream + Shaka Player

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/shaka-player)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/shaka-player)

Example of video playback with Shaka Player and Cloudflare Stream
2 changes: 1 addition & 1 deletion templates/stream/playback/stream-player/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template: Cloudflare Stream Player

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/stream-player)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/stream-player)

Example of video playback with the Cloudflare Stream Player
2 changes: 1 addition & 1 deletion templates/stream/playback/video-js/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Template: Cloudflare Stream + Video.js Playback

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/video-js)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/video-js)

Example of Video.js playback with Cloudflare Stream
2 changes: 1 addition & 1 deletion templates/stream/playback/vidstack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: Cloudflare Stream + Vidstack

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/playback/vidstack)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/playback/vidstack)

A very simple CDN example of HLS playback with Cloudflare Stream and Vidstack. You can find more
installation options and examples at:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: Direct Creator Uploads to Cloudflare Stream, using TUS

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/upload/direct-creator-uploads-tus)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/upload/direct-creator-uploads-tus)

Example of (Direct Creator Uploads)[https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/] to Cloudflare Stream, using the TUS protocol.

Expand Down
2 changes: 1 addition & 1 deletion templates/stream/upload/direct-creator-uploads/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: Direct Creator Uploads to Cloudflare Stream

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/upload/direct-creator-uploads)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/upload/direct-creator-uploads)

Example of (Direct Creator Uploads)[https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/] to Cloudflare Stream

Expand Down
2 changes: 1 addition & 1 deletion templates/stream/webrtc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stream and playback live video over WebRTC with Cloudflare Stream

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/webrtc)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/stream/webrtc)

Follow [this guide](https://developers.cloudflare.com/stream/webrtc-beta) to get started.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-aws/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-aws

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-aws)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-aws)

This is a template for using Amazon Web Services such as DynamoDB and SQS from a Cloudflare Worker.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-d1-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-d1-api

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-d1-api)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-d1-api)

This project is based off the Default Typescript Worker starter. To create a new project like this, run the following:

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-d1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-d1

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-d1)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-d1)

This project is based off the Default Typescript Worker starter. To create a new project like this, run the following:

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-durable-objects/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-durable-objects

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-durable-objects)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-durable-objects)

## Note: You must use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) 1.19.3 or newer to use this template.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-example-request-scheduler/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-example-request-scheduler

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-example-request-scheduler)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-example-request-scheduler)

A example for building a scalable request scheduler.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-example-wordle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-example-wordle

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-example-wordle)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-example-wordle)

A template for kickstarting a multiplayer clone of the [Wordle](https://www.nytimes.com/games/wordle/index.html) game.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-mysql/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-mysql

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-mysql)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-mysql)

This repo contains example code and a MySQL driver that can be used in any Workers project. If you are interested in using the driver _outside_ of this template, copy the `driver/mysql` module into your project's `node_modules` or directly alongside your source.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-openapi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Template: worker-openapi

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-openapi)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-openapi)

This template demonstrates using the [`itty-router-openapi`](https://github.com/cloudflare/itty-router-openapi) package to add openapi 3 schema generation and validation.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-postgres

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-postgres)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-postgres)

This repo contains example code and a PostgreSQL driver that can be used in any Workers project. If you are interested in using the driver _outside_ of this template, copy the `driver/postgres` module into your project's `node_modules` or directly alongside your source.

Expand Down
4 changes: 2 additions & 2 deletions templates/worker-prospector/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ⛏️ Prospector

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-prospector)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-prospector)

An open-source template built for internal use by Cloudflare's SEO experts to parse and notify on new website content. Using D1, Queues, and Workers, this template will show you how to connect multiple Cloudflare products together to build a fully-featured application.

## Deployment

Clone the repository from the `cloudflare/tmemplates` repository:
Clone the repository from the `cloudflare/workers-sdk` repository:

```bash
$ npx wrangler generate my-project prospector
Expand Down
2 changes: 1 addition & 1 deletion templates/worker-r2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-r2

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-r2)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-r2)

A template for interfacing with an R2 bucket from within a Cloudflare Worker.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-router/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Template: worker-router

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-router)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-router)

This template demonstrates using the [`itty-router`](https://github.com/kwhitley/itty-router) package to add routing to your Cloudflare Workers.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-sites-react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-sites-react

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-sites-react)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-sites-react)

This project is a React application generated with [create-react-app](https://github.com/facebook/create-react-app), and deployed with [Workers Sites](https://developers.cloudflare.com/workers/sites).

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-sites/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-sites

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-sites)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-sites)

A bare minimum template of deploying a [Workers Site](https://developers.cloudflare.com/workers/platform/sites/) application.

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-speedtest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-speedtest

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-speedtest)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-speedtest)

Worker for measuring download / upload connection speed from the client side, using the [Performance Timing API](https://w3c.github.io/perf-timing-primer/).

Expand Down
2 changes: 1 addition & 1 deletion templates/worker-typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template: worker-typescript

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/worker-typescript)
[![Deploy with Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-typescript)

A batteries included template for kick starting a TypeScript Cloudflare worker project.

Expand Down
Loading

0 comments on commit bb3db47

Please sign in to comment.