Skip to content

Commit

Permalink
fix: Fix typo in directory name, tutorial doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Prachi-Jamdade committed Nov 14, 2024
1 parent 7a48a75 commit af08fe8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Building a URL Shortner"
description: "Create a simple URL Shortner using DiceDB Go SDK."
title: "Building a URL Shortener"
description: "Create a simple URL Shortener using DiceDB Go SDK."
---

This tutorial guides you through creating a URL shortener using DiceDB, a key-value store, with Go. We’ll set up endpoints to generate short URLs and redirect them to the original URLs.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module url-shotener
module url-shortener

go 1.23.2

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit af08fe8

Please sign in to comment.