diff --git a/README.md b/README.md
index f5d3485f83..63f50fe77f 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,9 @@ Read more about activation strategies in [docs/activation-strategies.md](./docs/
## Client implementations
-We have offical SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other languages written by you! These libraries makes it very easy to use Unleash in you application.
+We have official SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other languages written by you! These libraries makes it very easy to use Unleash in you application.
-Official client SDKs:
+Official client SDK's:
- [unleash/unleash-client-java](https://github.com/unleash/unleash-client-java)
- [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node)
@@ -70,7 +70,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. This service also includes official support.
+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.
# Developer Guide
diff --git a/website/core/Footer.js b/website/core/Footer.js
index 7fee3b9ae8..19eb99b380 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -50,13 +50,17 @@ class Footer extends React.Component {
User Showcase
- Stack Overflow
+ Slack community
+ Unleash-hosted.com
+
+
Twitter
diff --git a/website/pages/en/help.js b/website/pages/en/help.js
index 512e335a99..3e359cf4c3 100755
--- a/website/pages/en/help.js
+++ b/website/pages/en/help.js
@@ -24,18 +24,18 @@ class Help extends React.Component {
const supportLinks = [
{
content: `Learn more using the [documentation on this site.](${docUrl(
- 'doc1.html',
+ 'getting_started',
language,
)})`,
title: 'Browse Docs',
},
{
- content: 'Ask questions about the documentation and project',
+ content: 'Ask questions about the documentation and project in our [Slack community](https://join.slack.com/t/unleash-community/shared_invite/enQtNjUxMjU2MDc0MTAxLTM5Yzk2YWE2ZTk1OTZhOTJiNTEzMzA5YmEwMDE3MDJiNDQ3ZWExZGZjMmUyY2UyMWQ0NTI3NGRjNDhlMjExZjM)',
title: 'Join the community',
},
{
- content: "Find out what's new with this project",
- title: 'Stay up to date',
+ content: "Don't have time or resources to host Unleash yourself? Don't worry [Unleash-hosted.com](https://www.unleash-hosted.com) allows you to start using Unleash today!",
+ title: 'Unleash as a Service',
},
];
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 1c906cdf6e..9766b39f65 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -95,7 +95,7 @@ const siteConfig = {
*/
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
- copyright: `Copyright © ${new Date().getFullYear()} FINN.no`,
+ copyright: `Copyright © ${new Date().getFullYear()}`,
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks.