Skip to content

Commit e2d1806

Browse files
committed
Fixed the link
1 parent 35ba4c6 commit e2d1806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HomePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default class HomePage extends React.Component {
229229
<TextView text={`Here are some resources to get you started:`} heading={5} align={'left'} />
230230
<ButtonView text={`PYTHON`} link={`https://github.com/uclapi/uclapyi`} type={`alternate`}/>
231231
<ButtonView text={`JAVASCRIPT`} link={`https://github.com/uclapi/uclapi-openapi/tree/master/examples/node`}/>
232-
<ButtonView text={`DOCS`} link={`https://www.uclapi.com/docs`} type={`alternate`} />
232+
<ButtonView text={`DOCS`} link={`https://uclapi.com/docs`} type={`alternate`} />
233233
</Column>
234234
</Row>
235235

0 commit comments

Comments
 (0)