Skip to content

Commit c746028

Browse files
authored
fix 8764 - changed all dev urls to release 3 (#411)
2 parents 5ae17e5 + 93cb393 commit c746028

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/30-components/tabs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Mit dem Attribut **`_has-create-button`** lässt sich ein zusätzlicher Button i
7979
</kol-tabs>
8080
```
8181

82-
<kol-link _href="https://develop--kolibri-public-ui.netlify.app/#/tabs/create-button" _target="_blank" _label="Beispiel in der Sample App"></kol-link>
82+
<kol-link _href="https://release-3--kolibri-public-ui.netlify.app/#/tabs/create-button" _target="_blank" _label="Beispiel in der Sample App"></kol-link>
8383

8484
### Best practices
8585

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const HomepageButtons: FunctionComponent = () => {
4545
></KolLinkButton>
4646
<KolLinkButton
4747
className="w-72"
48-
_href="https://develop--kolibri-public-ui.netlify.app"
48+
_href="https://release-3--kolibri-public-ui.netlify.app"
4949
_label={translate({
5050
id: 'custom.sample-app-button',
5151
})}

src/shares/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const VERSION_ID = 'v2'; // should be V3, but we don't have a V3 sample app deployed yet.
2-
export const DEV_NETLIFLY_LINK = 'https://develop--kolibri-public-ui.netlify.app'; // should be release-3, but we don't have a release-3 sample app deployed yet.
1+
export const VERSION_ID = 'v3';
2+
export const DEV_NETLIFLY_LINK = 'https://release-3--kolibri-public-ui.netlify.app';

src/theme/Navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const NavbarWrapper: FunctionComponent<PropsWithChildren> = (props) => {
8282
</div> */}
8383
<div>
8484
<KolLinkButton
85-
_href="https://develop--kolibri-public-ui.netlify.app"
85+
_href="https://release-3--kolibri-public-ui.netlify.app"
8686
_icons={'codicon codicon-preview'}
8787
_hideLabel
8888
_label={translate({

0 commit comments

Comments
 (0)