🚚(global) update paths and urls after ownership transfer
This repository has been recently transfered from openfun to lasuitenumerique. We need to fix some paths and urls especially to fix documentation and README
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
4220061bc0
commit
6097929593
@@ -36,10 +36,10 @@
|
||||
|
||||
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
||||
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@3.0.0...main
|
||||
[3.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@2.0.0...cunningham-demo@3.0.0
|
||||
[2.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.1...cunningham-demo@2.0.0
|
||||
[1.0.1]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...cunningham-demo@1.0.1
|
||||
[1.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...cunningham-demo@1.0.0
|
||||
[0.1.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0
|
||||
[0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1
|
||||
[unreleased]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@3.0.0...main
|
||||
[3.0.0]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@2.0.0...cunningham-demo@3.0.0
|
||||
[2.0.0]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@1.0.1...cunningham-demo@2.0.0
|
||||
[1.0.1]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@1.0.0...cunningham-demo@1.0.1
|
||||
[1.0.0]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@0.1.0...cunningham-demo@1.0.0
|
||||
[0.1.0]: https://github.com/suitenumerique/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0
|
||||
[0.0.1]: https://github.com/suitenumerique/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1
|
||||
|
||||
@@ -197,7 +197,7 @@ export const Home = ({ modal }: { modal: PageProps }) => {
|
||||
color="neutral"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="https://github.com/openfun/cunningham"
|
||||
href="https://github.com/suitenumerique/cunningham"
|
||||
>
|
||||
Github
|
||||
</Button>
|
||||
@@ -209,7 +209,7 @@ export const Home = ({ modal }: { modal: PageProps }) => {
|
||||
color="neutral"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="https://openfun.github.io/cunningham/storybook"
|
||||
href="https://suitenumerique.github.io/cunningham/storybook"
|
||||
>
|
||||
Documentation
|
||||
</Button>
|
||||
|
||||
@@ -29,7 +29,7 @@ const Onboarding = () => {
|
||||
Let's go!
|
||||
</Button>
|
||||
<Button
|
||||
href="https://openfun.github.io/cunningham/storybook"
|
||||
href="https://suitenumerique.github.io/cunningham/storybook"
|
||||
color="brand"
|
||||
variant="tertiary"
|
||||
size="small"
|
||||
@@ -50,7 +50,7 @@ const Onboarding = () => {
|
||||
<p>
|
||||
👀 Through this demo, you will be able to discover{" "}
|
||||
<strong>a bunch of Cunningham components</strong>. Take a look at the{" "}
|
||||
<a href="https://openfun.github.io/cunningham/storybook">
|
||||
<a href="https://suitenumerique.github.io/cunningham/storybook">
|
||||
documentation
|
||||
</a>{" "}
|
||||
to see how to use them.
|
||||
|
||||
Reference in New Issue
Block a user