Skip to content

Commit

Permalink
fix: url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Oct 20, 2024
1 parent e235a8a commit 39b236f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/www/app/templates/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const templates: Record<string, Template> = {

image: "/images/templates/adonis-ratelimit.png",
readmeUrl:
"https://raw.githubusercontent.com/Ionfinisher/unkey-adonisjs-ratelimit/heads/main/README.md",
"https://raw.githubusercontent.com/Ionfinisher/unkey-adonisjs-ratelimit/refs/heads/main/README.md",

language: "Typescript",
framework: "AdonisJS",
Expand All @@ -77,7 +77,7 @@ export const templates: Record<string, Template> = {
repository: "https://github.com/unrenamed/sealshare",

image: "/images/templates/sealshare.png",
readmeUrl: "https://raw.githubusercontent.com/unrenamed/sealshare/heads/main/README.md",
readmeUrl: "https://raw.githubusercontent.com/unrenamed/sealshare/refs/heads/main/README.md",

language: "Typescript",
framework: "Next.js",
Expand All @@ -89,7 +89,7 @@ export const templates: Record<string, Template> = {
repository: "https://github.com/harshsbhat/unkey-koa",

image: "/images/templates/koa.png",
readmeUrl: "https://raw.githubusercontent.com/harshsbhat/unkey-koa/heads/main/README.md",
readmeUrl: "https://raw.githubusercontent.com/harshsbhat/unkey-koa/refs/heads/main/README.md",

language: "Typescript",
framework: "Koa",
Expand All @@ -102,7 +102,8 @@ export const templates: Record<string, Template> = {

image: "/images/templates/nextjs-supabase-payasyougo.png",
readmeUrl:
"https://raw.githubusercontent.com/unrenamed/unkey-nextjs-pay-as-you-go/heads/main/README.md",
"https://raw.githubusercontent.com/unrenamed/unkey-nextjs-pay-as-you-go/refs/heads/main/README.md",

language: "Typescript",
framework: "Next.js",
},
Expand Down

0 comments on commit 39b236f

Please sign in to comment.