Skip to content

Commit f9df5ff

Browse files
authored
add missing slash to fix docs path/lint (#3357)
* add missing slash to fix docs path/lint * could swear I did this too
1 parent 6a8ac84 commit f9df5ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

networking/v1alpha3/sidecar.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/sidecar.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/sidecar.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import "networking/v1alpha3/virtual_service.proto";
3939
// out unneeded configuration, to improve scalability of the mesh.
4040
// A common misunderstanding is that restricting the configuration amounts to *blocking* the traffic.
4141
// If requests are sent to destinations not included in the scoping, the traffic will be treated as
42-
// [unmatched traffic](docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic), which is often still allowed.
42+
// [unmatched traffic](/docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic), which is often still allowed.
4343
// The sidecar is not able to enforce an outbound traffic restriction (see [Egress Gateways](/docs/tasks/traffic-management/egress/egress-gateway/) for how to achieve this).
4444
//
4545
// Services and configuration in a mesh are organized into one or more

0 commit comments

Comments
 (0)