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:
parent
c605bd1fb3
commit
003e171f83
@ -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
|
||||
|
||||
|
@ -50,13 +50,17 @@ class Footer extends React.Component {
|
||||
User Showcase
|
||||
</a>
|
||||
<a
|
||||
href="https://stackoverflow.com/tags/unleash"
|
||||
href="https://join.slack.com/t/unleash-community/shared_invite/enQtNjUxMjU2MDc0MTAxLTM5Yzk2YWE2ZTk1OTZhOTJiNTEzMzA5YmEwMDE3MDJiNDQ3ZWExZGZjMmUyY2UyMWQ0NTI3NGRjNDhlMjExZjM"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
Stack Overflow
|
||||
Slack community
|
||||
</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"
|
||||
rel="noreferrer noopener">
|
||||
Twitter
|
||||
|
@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user