Skip to content

Commit

Permalink
Merge pull request #48 from CahidArda/main
Browse files Browse the repository at this point in the history
Fix Elixir Example Page
  • Loading branch information
buggyhunter authored Apr 2, 2024
2 parents 5258bc5 + 2c6238b commit 3ff88c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Example = defineDocumentType(() => ({
type: "list",
of: {
type: "enum",
options: ["ts", "js", "rs", "go", "py", "java", "rb"],
options: ["ts", "js", "rs", "go", "py", "java", "rb", "elixir"],
},
required: true,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/elixir-with-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ author: "CahidArda"

A sample Phoneix app deployed on Fly which uses Redis to store results of requests to an external API.

See the [tutorial](https://upstash.com/docs/redis/tutorials/elixir_with_redis) for details.
See the [tutorial](https://upstash.com/docs/redis/quickstarts/elixir) for details.

### Learn More

Expand Down

0 comments on commit 3ff88c9

Please sign in to comment.