From 82aacb70e71e25a4703cc12b4f7e004e83bb0777 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Mon, 13 Nov 2023 17:55:25 +0700 Subject: [PATCH] Use my own domain instead of Vercel's --- README.md | 4 ++-- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb336d5..f5ec903 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If bundler is not being used to manage dependencies, install the gem by executin ## ⚡️ Quickstart Here is a quick example of how to use the gem. For more detailed documentation, please check the -[documentation website](https://nostr-omega.vercel.app). +[documentation website](https://nostr-ruby.com). ```ruby # Require the gem @@ -117,7 +117,7 @@ end I made a detailed documentation for this gem and it's usage. The code is also fully documented using YARD. -- [Guide documentation](https://nostr-omega.vercel.app) +- [Guide documentation](https://nostr-ruby.com) - [YARD documentation](https://rubydoc.info/gems/nostr) ## ✅ Implemented NIPs diff --git a/docs/README.md b/docs/README.md index 852e021..013e570 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ VitePress-powered documentation for the Nostr Ruby gem. ## Live Demo -https://nostr-omega.vercel.app/ +https://nostr-ruby.com/ ## Development