Skip to content

Commit

Permalink
docs - reference latest topo.proto
Browse files Browse the repository at this point in the history
The downloaded branch & all other links, reference `main`.

Move the topo.proto links to also use `main` for consistency.
  • Loading branch information
DamianZaremba committed Jan 5, 2025
1 parent 7c6ae73 commit 9551ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/create_topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 9551ced

Please sign in to comment.