Skip to content

Commit b3b24d2

Browse files
authored
Merge pull request #35 from durandom/stefwrite/main
stefwrite/main
2 parents 7c42ea5 + f6b9bf0 commit b3b24d2

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

src/pages/getting-started.js

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as React from "react";
2+
import { Link } from "gatsby";
23
import '../pages/style.css';
34
import { Container, Title, Button, Text, Table } from '@mantine/core';
45
import { Code, Cloud, CloudUpload, DeviceLaptop, Book } from 'tabler-icons-react';
@@ -13,14 +14,14 @@ const ActionPage = () => {
1314
<Container>
1415
<Title order={1} my="lg">Getting Started in Operate First</Title>
1516
<Text py="sm">
16-
<b>Start by reading about <a href="about" target="_blank">Our Purpose</a>.</b>
17+
<b>Start by reading about <Link to="/about">Our Purpose</Link>.</b>
1718
</Text>
1819
<Text py="sm">
1920
Where you go from there is shaped by your background
2021
and how you want to use or contribute to Operate First.
2122
</Text>
2223

23-
<Title order={3} mt="xl"><Code /> I'm an app developer...</Title>
24+
<Title order={3} mt="xl"><Code /> I&apos;m an app developer...</Title>
2425
<Text pt="sm">
2526
<i>I develop software applications that I deploy in production cloud
2627
environments. I want my production deployment to have open
@@ -31,48 +32,48 @@ const ActionPage = () => {
3132
<Text py="sm">
3233
<b>Get started by:</b>
3334
<ul>
34-
<li>Reading our <a href="developer">Developer page</a> with info on how to get started.</li>
35-
<li>Deploying your app in the <a href="community-cloud">Operate First Community Cloud</a>.</li>
35+
<li>Reading our <Link to="/developer">Developer page</Link> with info on how to get started.</li>
36+
<li>Deploying your app in the <Link to="/community-cloud">Operate First Community Cloud</Link>.</li>
3637
</ul>
3738
</Text>
3839

39-
<Title order={3} mt="xl"><Cloud /> I'm in DevOps or SRE...</Title>
40+
<Title order={3} mt="xl"><Cloud /> I&apos;m in DevOps or SRE...</Title>
4041
<Text pt="sm">
4142
<i>I have provided DevOps or SRE services in a production cloud
4243
environment. I want to work in an open operations setting where I
43-
can gather information about an application's operational performance
44+
can gather information about an application&apos;s operational performance
4445
and suggest code changes to application developers that can help them
4546
improve how their apps operate.</i>
4647
</Text>
4748
<Text pt="sm">
48-
<b>Get started by joining the <a href="community-cloud">Operate First Community Cloud</a>.</b>
49+
<b>Get started by joining the <Link to="/community-cloud">Operate First Community Cloud</Link>.</b>
4950
</Text>
5051
<Text py="sm">
5152
<b>Get started by:</b>
5253
<ul>
53-
<li>Reading our <a href="srepractices">SRE Practices page</a> to learn how we operate so you can jump in, too.</li>
54-
<li>Joining the <a href="community-cloud">Operate First Community Cloud</a>.</li>
54+
<li>Reading our <Link to="/srepractices">SRE Practices page</Link> to learn how we operate so you can jump in, too.</li>
55+
<li>Joining the <Link to="/community-cloud">Operate First Community Cloud</Link>.</li>
5556
</ul>
5657
</Text>
5758

58-
<Title order={3} mt="xl"><CloudUpload /> I'm a data scientist...</Title>
59+
<Title order={3} mt="xl"><CloudUpload /> I&apos;m a data scientist...</Title>
5960
<Text pt="sm">
6061
<i>I am a data scientist who wants to know more about the work
6162
currently happening in the Operate First space and how I might get
6263
involved.</i>
6364
</Text>
6465
<Text pt="sm" pb="lg">
65-
<b>Visit the <a href="data-scientist">Data Scientist page</a> to learn more.</b>
66+
<b>Visit the <Link to="/data-scientist">Data Scientist page</Link> to learn more.</b>
6667
</Text>
6768

68-
<Title order={3} mt="xl"><Book /> I'm a student...</Title>
69+
<Title order={3} mt="xl"><Book /> I&apos;m a student...</Title>
6970
<Text pt="sm">
7071
<i>I am a student of IT or software engineering who is interested in
7172
learning more about open source, DevOps, SRE, and applying open
7273
operations in a production environment.</i>
7374
</Text>
7475
<Text pt="sm">
75-
<b>Visit the <a href="docs-training">Documentation and Training page</a> to see what training we have available.</b>
76+
<b>Visit the <Link to="/docs-training">Documentation and Training page</Link> to see what training we have available.</b>
7677
</Text>
7778
<Text pb="lg">
7879
When you revisit in the future, you can jump directly to the docs
@@ -83,10 +84,10 @@ const ActionPage = () => {
8384
<Text pt="sm">
8485
<i>I believe in the goal of Operate First and want to see the movement
8586
succeed. I want to follow what this community is doing and perhaps
86-
get involved in what's going on.</i>
87+
get involved in what&apos;s going on.</i>
8788
</Text>
8889
<Text pt="sm">
89-
<b>Get started by following or joining our <a href="community">Operate First Community</a>.</b>
90+
<b>Get started by following or joining our <Link to="/community">Operate First Community</Link>.</b>
9091
</Text>
9192
<Text pb="lg">
9293
When you revisit in the future, you can jump directly to the

0 commit comments

Comments
 (0)