We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ba4c6 commit e2d1806Copy full SHA for e2d1806
1 file changed
src/components/HomePage.jsx
@@ -229,7 +229,7 @@ export default class HomePage extends React.Component {
229
<TextView text={`Here are some resources to get you started:`} heading={5} align={'left'} />
230
<ButtonView text={`PYTHON`} link={`https://github.com/uclapi/uclapyi`} type={`alternate`}/>
231
<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`} />
+ <ButtonView text={`DOCS`} link={`https://uclapi.com/docs`} type={`alternate`} />
233
</Column>
234
</Row>
235
0 commit comments