Skip to content

Commit

Permalink
Merge pull request #509 from joewxboy/issue-508
Browse files Browse the repository at this point in the history
Issue 508: Fixing broken links
  • Loading branch information
johnwalicki committed Jul 2, 2023
2 parents af453c0 + 9ae7734 commit f32d574
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .github/broken-link-gha-config.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{ "OK": [200, 999, 401, 308] }
{
"OK": [200, 999, 401, 308],
"exclude_scheme_prefixes": [
"http"
]
}
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ aux_links:
"Home":
- "/"
"Quick Start":
- "/quick-start.html"
- "/quick-start/"
"Docs":
- "/docs/"
"FAQ":
Expand Down
2 changes: 1 addition & 1 deletion docs/installing/fdo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2020 - 2023
lastupdated: "2023-02-27"
lastupdated: "2023-07-01"
title: "FDO agent install"

parent: Edge devices info
Expand Down
4 changes: 2 additions & 2 deletions docs/installing/sdo.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SDO consists of these components:

### SDO flow

![SDO installation overview](../images/edge/09_SDO_device_provisioning.svg "SDO installation overview"){:style="margin: 3%"}
![SDO installation overview](../../images/edge/09_SDO_device_provisioning.svg "SDO installation overview"){:style="margin: 3%"}

## Before you begin
{: #before_begin}
Expand Down Expand Up @@ -85,7 +85,7 @@ If you have purchased SDO-enabled devices and want to incorporate them into your

3. Perform the steps in just this one section: [Generate Owner Key Pairs ](https://github.com/open-horizon/SDO-support/blob/master/README.md#gen-keypair){:target="_blank"}{: .externalLink}.

2. [Log in to the {{site.data.keyword.ieam}} management console](../console/accessing_ui.md).
2. [Log in to the {{site.data.keyword.ieam}} management console](../../console/accessing_ui.md).

3. On the **Nodes** tab, click **Add node**.

Expand Down
4 changes: 2 additions & 2 deletions docs/using_edge_services/detailed_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

copyright:
years: 2021
lastupdated: "2021-02-20"
lastupdated: "2021-07-01"
title: "Deploying edge services"

parent: Using edge services
Expand All @@ -22,7 +22,7 @@ has_toc: false
# Deploying edge services
{: #detailed_deployment_policy}

You can deploy {{site.data.keyword.edge_notm}} {{site.data.keyword.ieam}} policies using policies or patterns. For a more comprehensive overview of various system components, see [Overview of {{site.data.keyword.edge_notm}}](../getting_started/overview_oh.html) and [Deployment policy use cases](policy_user_cases.md). For a hands-on policy example, see [CI-CD process for Edge services](../developing/cicd_process.md).
You can deploy {{site.data.keyword.edge_notm}} {{site.data.keyword.ieam}} policies using policies or patterns. For a more comprehensive overview of various system components, see [Overview of {{site.data.keyword.edge_notm}}](../getting_started/overview_oh.md) and [Deployment policy use cases](policy_user_cases.md). For a hands-on policy example, see [CI-CD process for Edge services](../developing/cicd_process.md).

This section discusses policy and patterns concepts and includes a use case scenario.

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2021 - 2023
lastupdated: "2023-05-01"
lastupdated: "2023-07-01"
layout: page
title: "Home"
description: "Welcome to the Open Horizon Documentation web site"
Expand All @@ -12,5 +12,5 @@ Open Horizon is a platform for managing the service software lifecycle of contai

Edge computing brings computation and data storage closer to where data is created by people, places, and things.  Open Horizon simplifies the job of getting the right applications and machine learning onto the right compute devices and keeps those applications running and updated.  It also enables the autonomous management of more than 10,000 edge devices simultaneously – that’s 20 times as many endpoints as in traditional solutions.

* To install everything with a one-liner script, visit the [Quick Start](./quick-start.md) page.
* To install everything with a one-liner script, visit the [Quick Start](./quick-start/) page.
* For all other documentation, see the [documentation index page](/docs/).

0 comments on commit f32d574

Please sign in to comment.