Skip to content

Commit 412a597

Browse files
committed
fix URLs in demo app
1 parent 0d993c7 commit 412a597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mock-ui/src/Home.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
import { Breadcrumb, Row, Col, Card, Divider, Descriptions } from 'antd';
1+
import { Breadcrumb, Card, Col, Descriptions, Divider, Row } from 'antd';
22
import { HomeOutlined, RocketOutlined, SettingOutlined } from '@ant-design/icons';
33

44
function WelcomeCard() {
55
return (
66
<Card title="Welcome to OSC" bordered={true}>
7-
<RocketOutlined /> <a href="https://jbonofre.github.io/osc/">Getting started with OSC</a>
7+
<RocketOutlined /> <a href="https://eclipse-xpanse.github.io/xpanse-website/">Getting started with OSC</a>
88
<div>
99
Learn the fundamentals about Open Services Cloud and cloud providers supporting it.
1010
</div>
1111
<Divider/>
12-
<SettingOutlined /> <a href="https://jbonofre.github.io/osc/docs/ocl">OSC Configuration Language</a>
12+
<SettingOutlined /> <a href="https://eclipse-xpanse.github.io/xpanse-website/docs/ocl">OSC Configuration Language</a>
1313
<div>
1414
Use the OSC Configuration Language to describe portable managed services.
1515
</div>

0 commit comments

Comments
 (0)