Use my own domain instead of Vercel's

This commit is contained in:
Wilson Silva 2023-11-13 17:55:25 +07:00
parent d49fac49b6
commit 82aacb70e7
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
## ⚡️ Quickstart ## ⚡️ Quickstart
Here is a quick example of how to use the gem. For more detailed documentation, please check the 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 ```ruby
# Require the gem # 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. 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) - [YARD documentation](https://rubydoc.info/gems/nostr)
## ✅ Implemented NIPs ## ✅ Implemented NIPs

View File

@ -4,7 +4,7 @@ VitePress-powered documentation for the Nostr Ruby gem.
## Live Demo ## Live Demo
https://nostr-omega.vercel.app/ https://nostr-ruby.com/
## Development ## Development