Skip to content

Commit a523ee1

Browse files
committed
fix some broken harpersystems urls
1 parent 58cc04c commit a523ee1

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
lines changed

docs/developers/applications/defining-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type Product @table {
163163
}
164164
```
165165

166-
For more in-depth information on computed properties, visit our blog [here](https:/www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
166+
For more in-depth information on computed properties, visit our blog [here](https://www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
167167

168168
### Field Directives
169169

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you're new to Harper, this section will guide you through the essential resou
88

99
Follow the steps in this documentation to discover how Harper can simplify your backend stack, eliminate many inter-process communication delays, and achieve a more predictable and performant application experience.
1010

11-
For more advanced concepts in Harper, see our [blog](https:/www.harpersystems.dev/blog).
11+
For more advanced concepts in Harper, see our [blog](https://www.harpersystems.dev/blog).
1212

1313
## Harper Basics
1414

docs/getting-started/what-is-harper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: What is Harper
55
# What is Harper
66

77
:::info
8-
[Connect with our team!](https:/www.harpersystems.dev/contact)
8+
[Connect with our team!](https://www.harpersystems.dev/contact)
99
:::
1010

1111
## What is Harper? Performance, Simplicity, and Scale.
@@ -37,7 +37,7 @@ Finally, when it’s time to deploy, explore [replication](../developers/replica
3737
If you would like to jump into the most advanced capabilities, learn about [components](../technical-details/reference/components/).
3838

3939
:::warning
40-
Need help? Please don’t hesitate to [reach out](https:/www.harpersystems.dev/contact).
40+
Need help? Please don’t hesitate to [reach out](https://www.harpersystems.dev/contact).
4141
:::
4242

4343
## Popular Use Cases
@@ -46,7 +46,7 @@ With so much functionality built in, the use cases span nearly all application s
4646

4747
### Online Catalogs & Content Delivery
4848

49-
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https:/www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
49+
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https://www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
5050

5151
### Data Delivery Networks
5252

@@ -56,4 +56,4 @@ For use cases like real-time sports updates, flight tracking, and zero-day softw
5656

5757
Capturing, storing, and processing real-time data streams from client and IoT systems typically requires a stack of technology. Harper’s selective data replication and self-healing connections make for an ideal multi-tier system where edge and cloud systems both run Harper, making everything more performant.
5858

59-
[We’re happy](https:/www.harpersystems.dev/contact) to walk you through how to do this.
59+
[We’re happy](https://www.harpersystems.dev/contact) to walk you through how to do this.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Harper Docs
55
# Harper Docs
66

77
:::info
8-
[Connect with our team!](https:/www.harpersystems.dev/contact)
8+
[Connect with our team!](https://www.harpersystems.dev/contact)
99
:::
1010

1111
Welcome to the Harper Documentation! Here, you'll find all things Harper, and everything you need to get started, troubleshoot issues, and make the most of our platform.

site/versioned_docs/version-4.4/developers/applications/defining-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ type Product @table {
161161
}
162162
```
163163

164-
For more in-depth information on computed properties, visit our blog [here](https:/www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
164+
For more in-depth information on computed properties, visit our blog [here](https://www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
165165

166166
### Field Directives
167167

site/versioned_docs/version-4.4/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Harper Docs
55
# Harper Docs
66

77
:::info
8-
[Connect with our team!](https:/www.harpersystems.dev/contact)
8+
[Connect with our team!](https://www.harpersystems.dev/contact)
99
:::
1010

1111
## What is Harper? Performance, Simplicity, and Scale.
@@ -39,7 +39,7 @@ If you would like to jump into the most advanced capabilities, learn about [comp
3939
For a more comprehensive deep dive, take a look at our [Getting Started Guide](./getting-started).
4040

4141
:::warning
42-
Need help? Please don’t hesitate to [reach out](https:/www.harpersystems.dev/contact).
42+
Need help? Please don’t hesitate to [reach out](https://www.harpersystems.dev/contact).
4343
:::
4444

4545
## Popular Use Cases
@@ -48,7 +48,7 @@ With so much functionality built in, the use cases span nearly all application s
4848

4949
### Online Catalogs & Content Delivery
5050

51-
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https:/www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
51+
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https://www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
5252

5353
### Data Delivery Networks
5454

@@ -58,7 +58,7 @@ For use cases like real-time sports updates, flight tracking, and zero-day softw
5858

5959
Capturing, storing, and processing real-time data streams from client and IoT systems typically requires a stack of technology. Harper’s selective data replication and self-healing connections make for an ideal multi-tier system where edge and cloud systems both run Harper, making everything more performant.
6060

61-
[We’re happy](https:/www.harpersystems.dev/contact) to walk you through how to do this.
61+
[We’re happy](https://www.harpersystems.dev/contact) to walk you through how to do this.
6262

6363
## Getting Started
6464

site/versioned_docs/version-4.5/developers/applications/defining-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type Product @table {
163163
}
164164
```
165165

166-
For more in-depth information on computed properties, visit our blog [here](https:/www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
166+
For more in-depth information on computed properties, visit our blog [here](https://www.harpersystems.dev/development/tutorials/how-to-create-custom-indexes-with-computed-properties)
167167

168168
### Field Directives
169169

site/versioned_docs/version-4.5/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you're new to Harper, this section will guide you through the essential resou
88

99
Follow the steps in this documentation to discover how Harper can simplify your backend stack, eliminate many inter-process communication delays, and achieve a more predictable and performant application experience.
1010

11-
For more advanced concepts in Harper, see our [blog](https:/www.harpersystems.dev/blog).
11+
For more advanced concepts in Harper, see our [blog](https://www.harpersystems.dev/blog).
1212

1313
## Harper Basics
1414
<div style={{display: 'grid', gridTemplateColumns: 'repeat(auto-fit, minmax(250px, 1fr))', gap: '1rem', margin: '2rem 0'}}>

site/versioned_docs/version-4.5/getting-started/what-is-harper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: What is Harper
55
# What is Harper
66

77
:::info
8-
[Connect with our team!](https:/www.harpersystems.dev/contact)
8+
[Connect with our team!](https://www.harpersystems.dev/contact)
99
:::
1010

1111
## What is Harper? Performance, Simplicity, and Scale.
@@ -38,7 +38,7 @@ If you would like to jump into the most advanced capabilities, learn about [comp
3838

3939

4040
:::warning
41-
Need help? Please don’t hesitate to [reach out](https:/www.harpersystems.dev/contact).
41+
Need help? Please don’t hesitate to [reach out](https://www.harpersystems.dev/contact).
4242
:::
4343

4444
## Popular Use Cases
@@ -47,7 +47,7 @@ With so much functionality built in, the use cases span nearly all application s
4747

4848
### Online Catalogs & Content Delivery
4949

50-
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https:/www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
50+
For use cases like e-commerce, real estate listing, and content-oriented sites, Harper’s breakthroughs in performance and distribution pay dividends in the form of better SEO and higher conversion rates. One common implementation leverages Harper’s [Next.js Component](https:/github.com/HarperDB/nextjs) to host modern, performant frontend applications. Other implementations leverage the built-in caching layer and JavaScript application system to [server-side render pages](https://www.harpersystems.dev/development/tutorials/server-side-rendering-with-multi-tier-cache) that remain fully responsive because of built-in WebSocket connections.
5151

5252
### Data Delivery Networks
5353

@@ -57,4 +57,4 @@ For use cases like real-time sports updates, flight tracking, and zero-day softw
5757

5858
Capturing, storing, and processing real-time data streams from client and IoT systems typically requires a stack of technology. Harper’s selective data replication and self-healing connections make for an ideal multi-tier system where edge and cloud systems both run Harper, making everything more performant.
5959

60-
[We’re happy](https:/www.harpersystems.dev/contact) to walk you through how to do this.
60+
[We’re happy](https://www.harpersystems.dev/contact) to walk you through how to do this.

site/versioned_docs/version-4.5/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Harper Docs
55
# Harper Docs
66

77
:::info
8-
[Connect with our team!](https:/www.harpersystems.dev/contact)
8+
[Connect with our team!](https://www.harpersystems.dev/contact)
99
:::
1010

1111
Welcome to the Harper Documentation! Here, you'll find all things Harper, and everything you need to get started, troubleshoot issues, and make the most of our platform.

0 commit comments

Comments
 (0)