diff --git a/README.md b/README.md index 2ba8de4518..545e896818 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Unleash is a open source feature flag & toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .NET Core. -## Unleash-enterprise [:link:](https://www.unleash-hosted.com/open-source) +## Unleash-enterprise [:link:](https://www.unleash-hosted.com/pricing) -Unleash is also available in an enterprise edition, which builds on top of the open-source version, with additional features. Go to [unleash-hosted.com](https://www.unleash-hosted.com/open-source) to learn more about the enterprise offering. +Unleash is also available in an enterprise edition, which builds on top of the open-source version, with additional features. Go to [unleash-hosted.com](https://www.unleash-hosted.com/pricing) to learn more about the enterprise offering. ## What is a feature toggle? @@ -85,7 +85,7 @@ We have made a separate project which runs Unleash inside docker. Please see [un After numerous request we have created a separate company, Unleash-hosted, which offer Unleash as a Service. Unleash-hosted allows you to focus on you core business and have someone else taking care of hosting and maintaining Unleash. -Go to [unleash-hosted.com](https://www.unleash-hosted.com/open-source) to learn more about this offering and start using Unleash today. This service also includes official support. +Go to [unleash-hosted.com](https://www.unleash-hosted.com/pricing) to learn more about this offering and start using Unleash today. This service also includes official support. # Developer Guide diff --git a/src/migrations/20210414141220-fix-misspellings-in-role-descriptions.js b/src/migrations/20210414141220-fix-misspellings-in-role-descriptions.js index 3460451fc4..3717187638 100644 --- a/src/migrations/20210414141220-fix-misspellings-in-role-descriptions.js +++ b/src/migrations/20210414141220-fix-misspellings-in-role-descriptions.js @@ -8,5 +8,5 @@ exports.up = function(db, cb) { }; exports.down = function(db, cb) { - db.runSql(``, cb); + db.runSql('', cb); }; diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 9b39fc5282..7e9045ee95 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -185,7 +185,7 @@ const SASSOffering = () => (

Unleash also comes in a enterprise edition with additional features and a hosted option.
Check out  - unleash-hosted.com + unleash-hosted.com

); diff --git a/website/siteConfig.js b/website/siteConfig.js index 9197daaa3a..bfddedc98a 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -77,7 +77,7 @@ const siteConfig = { { doc: 'integrations/integrations', label: 'Integrations' }, { doc: 'developer_guide', label: 'Contribute' }, { doc: 'api/client/features', label: 'API' }, - { href: 'https://www.unleash-hosted.com/open-source', label: 'Enterprise' }, + { href: 'https://www.unleash-hosted.com/pricing', label: 'Enterprise' }, { page: 'help', label: 'Help' }, // {blog: true, label: 'Blog'}, ],