Skip to content

Commit 892c043

Browse files
committed
touchup a bunch of links
1 parent 6a29c65 commit 892c043

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

src/lib/data/products.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const products = {
234234
{
235235
title: "Note",
236236
content: `For US customers only, requires $24/month comma prime subscription you can purchase at
237-
<a href="http://connect.comma.ai/" target="_blank">connect.comma.ai</a>.`,
237+
<a href="https://connect.comma.ai/" target="_blank">connect.comma.ai</a>.`,
238238
}
239239
],
240240
description: `
@@ -515,7 +515,7 @@ export const products = {
515515
they're not too heavy and not too warm. They have a double-lined hood for warmth,
516516
a soft interior lining, and - get this - the pocket is also lined with soft fleece!
517517
Men's sizing. Black fabric with a white printed comma on the front, and
518-
<a href="http://comma.ai/" target="_blank">comma.ai</a> graphic on the back.
518+
<a href="https://comma.ai/" target="_blank">comma.ai</a> graphic on the back.
519519
Hoodie comes stringless.
520520
</p>
521521
`.trim()

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
</div>
175175
</Grid>
176176
</div>
177-
<LinkButton href="shop/comma-four" fullWidth={true} style="accent">
177+
<LinkButton href="/shop/comma-four" fullWidth={true} style="accent">
178178
Buy now
179179
</LinkButton>
180180
</div>

src/routes/jobs/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<h4>Applying</h4>
110110
<pre>
111111
<strong>1. Challenge</strong>
112-
Choose any of the challenges from the <a href="https://comma.ai/leaderboard">leaderboard</a> or <a href="https://comma.ai/bounties">bounties</a>, solve it, then reach into [email protected].
112+
Choose any of the challenges from the <a href="https://comma.ai/leaderboard">leaderboard</a> or <a href="https://comma.ai/bounties">bounties</a>, solve it, then reach out to [email protected].
113113

114114
<strong>2. Phone screen</strong>
115115
Typically, we do two phone calls. A quick intro and screen, then an in-depth technical interview with an engineer.

src/routes/openpilot/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<p>
125125
openpilot is developed by comma and by users like you. We welcome both
126126
pull requests and issues on
127-
<a class="highlight" href="http://github.com/commaai/openpilot" target="_blank">GitHub</a>.
127+
<a class="highlight" href="https://github.com/commaai/openpilot" target="_blank">GitHub</a>.
128128
Bug fixes and new car ports are strongly encouraged. Check out the
129129
<a class="highlight" href="https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md" target="_blank">contributing docs</a>.
130130
</p>

src/routes/shop/body/+page.svelte

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<span>Sensorium streaming</span>
5858
</div>
5959
<div class="details" slot="content">
60-
The <a href="http://comma.ai/shop/comma-four" target="_blank" class="highlight muted">comma 3X</a> has 3 cameras, broadcast with sub 100 ms latency through an H265 encoder.
60+
The comma 3X has 3 cameras, broadcast with sub 100 ms latency through an H265 encoder.
6161
Onboard, it has a Kalman filter running at 100Hz integrating the IMU and camera odometry to determine it's 3-DoF position.
6262
With the addition of a little <a href="https://www.youtube.com/watch?v=7Hlb8YX2-W8" target="_blank" class="highlight muted">SLAM</a>,
6363
it will be easy to get 6-DoF that exceeds the precision of VR headsets.
@@ -103,7 +103,7 @@
103103
<span>Open source software</span>
104104
</div>
105105
<div class="details" slot="content">
106-
The comma body runs our open source software, <a href="https://github.com/commaai/body" target="_blank" class="highlight muted">openpilot</a>.
106+
The comma body runs our open source software, <a href="https://github.com/commaai/openpilot" target="_blank" class="highlight muted">openpilot</a>.
107107
From openpilot’s perspective, the comma body is a car.
108108
It runs the same camera and logging software, so we’ll be able to learn from the fleet of bodies in the same way we learn from our fleet of cars.
109109
</div>
@@ -230,9 +230,6 @@
230230
<p>
231231
Read more: <a href="https://blog.comma.ai/commabody/" target="_blank" class="highlight">Launching the comma body</a>
232232
</p>
233-
<p>
234-
We recommend purchasing a <a href="/shop/comma-four" target="_blank" class="highlight">comma 3X</a> from the comma Shop to operate the body.
235-
</p>
236233
<p>
237234
comma body software: <a href="https://github.com/commaai/body" target="_blank" class="highlight">GitHub</a>
238235
</p>

0 commit comments

Comments
 (0)