Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
janyksteenbeek committed Oct 3, 2023
1 parent 1c0192e commit 384acde
Show file tree
Hide file tree
Showing 5 changed files with 1,293 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.idea
.temp
.vite_opt_cache
package-lock.json
bun.lockb
.vscode
dist
Expand Down
6 changes: 3 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default defineConfig({

themeConfig: {
nav: [
{ text: 'My account', link: 'https://app.getrevsplit.com/?via=help' },
{ text: 'Contact support', link: 'https://getrevsplit.com/contact?via=help' }
{ text: 'My account', link: 'https://app.revsplit.net/?ref=help' },
{ text: 'Contact support', link: 'https://revsplit.net/contact?ref=help' }
],
logo: '/img/revsplit_black.svg',
siteTitle: false,
Expand Down Expand Up @@ -74,7 +74,7 @@ export default defineConfig({
socialLinks: [
{ icon: 'twitter', link: 'https://twitter.com/revsplit' },
{ icon: 'facebook', link: 'https://facebook.com/revsplit' },
{ icon: 'instagram', link: 'https://instagram.com/revsplit' }
{ icon: 'instagram', link: 'https://instagram.com/getrevsplit' }
]
}
})
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ RevSplit is a platform that helps you manage your earnings from multiple [Hosts]

## How to get started

To get started with RevSplit, you need to create an account. You can do this by [signing up](https://app.getrevsplit.com/signup) on our website.
To get started with RevSplit, you need to create an account. You can do this by [signing up](https://app.revsplit.net/signup?ref=help) on our website.

Once you have created an account, you can add your Hosts and Clients to your account. You can find more information about this in the [Hosts](/hosts/index) and [Clients](/clients/index) sections of this guide.

## How to get help

If you need help with anything, you can contact our team by clicking on the **Contact Us** button in your RevSplit account. You can also email us at [help@getrevsplit.com](mailto:help@getrevsplit.com)
If you need help with anything, you can contact our team by clicking on the **Contact Us** button in your RevSplit account. You can also email us at [help@revsplit.net](mailto:help@revsplit.net)
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /getting-started
- theme: alt
text: Contact our team
link: https://getrevsplit.com/contact
link: https://revsplit.net/contact?via=help
features:
- title: Hosts
details: Manage your earnings from all of your Hosts in one place.
Expand Down
Loading

0 comments on commit 384acde

Please sign in to comment.