mirror of https://github.com/usememos/memos.git
chore: tweak domain format
This commit is contained in:
parent
d2b421213f
commit
06d1c60aaf
12
README.md
12
README.md
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
An open-source, self-hosted note-taking service. Your thoughts, your data, your control — no tracking, no ads, no subscription fees.
|
||||
|
||||
[](https://www.usememos.com)
|
||||
[](https://usememos.com)
|
||||
[](https://demo.usememos.com/)
|
||||
[](https://www.usememos.com/docs)
|
||||
[](https://usememos.com/docs)
|
||||
[](https://discord.gg/tfPJa4UmAv)
|
||||
[](https://hub.docker.com/r/neosmemo/memos)
|
||||
|
||||
|
|
@ -100,7 +100,7 @@ Don't want to install yet? Try our [live demo](https://demo.usememos.com/) first
|
|||
- **Kubernetes** - Helm charts and manifests available
|
||||
- **Build from Source** - For development and customization
|
||||
|
||||
See our [installation guide](https://www.usememos.com/docs/installation) for detailed instructions.
|
||||
See our [installation guide](https://usememos.com/docs/installation) for detailed instructions.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
@ -126,9 +126,13 @@ Love Memos? [Sponsor us on GitHub](https://github.com/sponsors/usememos) to help
|
|||
|
||||
Memos is open-source software licensed under the [MIT License](LICENSE).
|
||||
|
||||
## Privacy Policy
|
||||
|
||||
Memos is built with privacy as a core principle. As a self-hosted application, all your data stays on your infrastructure. There is no telemetry, no tracking, and no data collection. See our [Privacy Policy](https://usememos.com/privacy) for details.
|
||||
|
||||
---
|
||||
|
||||
**[Website](https://www.usememos.com)** • **[Documentation](https://www.usememos.com/docs)** • **[Demo](https://demo.usememos.com/)** • **[Discord](https://discord.gg/tfPJa4UmAv)** • **[X/Twitter](https://x.com/usememos)**
|
||||
**[Website](https://usememos.com)** • **[Documentation](https://usememos.com/docs)** • **[Demo](https://demo.usememos.com/)** • **[Discord](https://discord.gg/tfPJa4UmAv)** • **[X/Twitter](https://x.com/usememos)**
|
||||
|
||||
<a href="https://vercel.com/oss">
|
||||
<img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge.svg" />
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ const SSOSection = () => {
|
|||
title={
|
||||
<div className="flex items-center gap-2">
|
||||
<span>{t("setting.sso-section.sso-list")}</span>
|
||||
<LearnMore url="https://www.usememos.com/docs/configuration/authentication" />
|
||||
<LearnMore url="https://usememos.com/docs/configuration/authentication" />
|
||||
</div>
|
||||
}
|
||||
actions={
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ const WebhookSection = () => {
|
|||
<div className="w-full">
|
||||
<Link
|
||||
className="text-muted-foreground text-sm inline-flex items-center hover:underline hover:text-primary"
|
||||
to="https://www.usememos.com/docs/integrations/webhooks"
|
||||
to="https://usememos.com/docs/integrations/webhooks"
|
||||
target="_blank"
|
||||
>
|
||||
{t("common.learn-more")}
|
||||
|
|
|
|||
Loading…
Reference in New Issue