From 9551ced1c1704725a2101b2020f17a8233d14fc3 Mon Sep 17 00:00:00 2001 From: Damian Zaremba Date: Sun, 5 Jan 2025 09:35:39 +0000 Subject: [PATCH] docs - reference latest topo.proto The downloaded branch & all other links, reference `main`. Move the topo.proto links to also use `main` for consistency. --- docs/create_topology.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/create_topology.md b/docs/create_topology.md index 00dd641b..97f8561c 100644 --- a/docs/create_topology.md +++ b/docs/create_topology.md @@ -248,7 +248,7 @@ Container images can be hosted in multiple locations. For example [DockerHub](https://hub.docker.com/) hosts open sourced containers. [Google Artifact Registries](https://cloud.google.com/artifact-registry) can be used to host images with access control. The [KNE topology -proto](https://github.com/openconfig/kne/blob/df91c62eb7e2a1abbf0a803f5151dc365b6f61da/proto/topo.proto#L117), +proto](https://github.com/openconfig/kne/blob/main/proto/topo.proto#L117), the manifests, and controllers can all specify containers that get pulled from their source locations and get used in the cluster. @@ -308,7 +308,7 @@ Global Flags: ``` A topology file is a textproto of the `Topology` -[message](https://github.com/openconfig/kne/blob/df91c62eb7e2a1abbf0a803f5151dc365b6f61da/proto/topo.proto#L26). +[message](https://github.com/openconfig/kne/blob/main/proto/topo.proto#L26). This file specifies all of the nodes and links of your desired topology. In the node definitions interfaces, services, and initial configs can be specified.