From 457cdcb4377079d42ce31e0a3f93b7afc4d32ae1 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Fri, 24 Jul 2020 22:13:19 +0800 Subject: [PATCH] Update links Point to correct URLs for Tesseract Design. --- README.md | 2 +- lib/components/Button/Button.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fb7b9b..7798a0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tesseract Web - React -Front-end components for Web using the [Tesseract design system](https://make.modal.sh/design), written for [React](https://reactjs.org). +Front-end components for Web using the [Tesseract design system](https://make.modal.sh/tesseract/design), written for [React](https://reactjs.org). [![package: @tesseract-design/react](https://img.shields.io/badge/package-%40tesseract--design%2Freact-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react) [![jest: 25.1.0](https://img.shields.io/badge/jest-25.1.0-C21325?style=flat-square&labelColor=666666&logo=Jest&logoColor=ffffff)](https://github.com/facebook/jest) diff --git a/lib/components/Button/Button.mdx b/lib/components/Button/Button.mdx index aeb236c..1c29ae5 100644 --- a/lib/components/Button/Button.mdx +++ b/lib/components/Button/Button.mdx @@ -26,7 +26,7 @@ only if the component encapsulates the primary action of the view (e.g. log-in in a log-in form), else resort to using `outline` (specifying the prop is optional). The design of the button label is intended to be in uppercase as per the -[Tesseract Design Guidelines](https://make.modal.sh/design/tesseract). Avoid using +[Tesseract Design Guidelines](https://make.modal.sh/tesseract/design). Avoid using pronounceable initials in the button label, unless: - It is well-known.