1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-09 00:18:26 +01:00

chore: fix broken links

This commit is contained in:
ivaosthu 2019-08-24 13:08:59 +02:00
parent c605bd1fb3
commit 003e171f83
4 changed files with 15 additions and 11 deletions

View File

@ -29,9 +29,9 @@ Read more about activation strategies in [docs/activation-strategies.md](./docs/
## Client implementations ## 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-java](https://github.com/unleash/unleash-client-java)
- [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node) - [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. 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 # Developer Guide

View File

@ -50,13 +50,17 @@ class Footer extends React.Component {
User Showcase User Showcase
</a> </a>
<a <a
href="https://stackoverflow.com/tags/unleash" href="https://join.slack.com/t/unleash-community/shared_invite/enQtNjUxMjU2MDc0MTAxLTM5Yzk2YWE2ZTk1OTZhOTJiNTEzMzA5YmEwMDE3MDJiNDQ3ZWExZGZjMmUyY2UyMWQ0NTI3NGRjNDhlMjExZjM"
target="_blank" target="_blank"
rel="noreferrer noopener"> rel="noreferrer noopener">
Stack Overflow Slack community
</a> </a>
<a <a
href="https://twitter.com/Unleash_org" href="https://www.unleash-hosted.com/">
Unleash-hosted.com
</a>
<a
href="https://twitter.com/Unleash_hosted"
target="_blank" target="_blank"
rel="noreferrer noopener"> rel="noreferrer noopener">
Twitter Twitter

View File

@ -24,18 +24,18 @@ class Help extends React.Component {
const supportLinks = [ const supportLinks = [
{ {
content: `Learn more using the [documentation on this site.](${docUrl( content: `Learn more using the [documentation on this site.](${docUrl(
'doc1.html', 'getting_started',
language, language,
)})`, )})`,
title: 'Browse Docs', 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', title: 'Join the community',
}, },
{ {
content: "Find out what's new with this project", 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: 'Stay up to date', title: 'Unleash as a Service',
}, },
]; ];

View File

@ -95,7 +95,7 @@ const siteConfig = {
*/ */
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. // 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: {
// Highlight.js theme to use for syntax highlighting in code blocks. // Highlight.js theme to use for syntax highlighting in code blocks.