Skip to content

Commit

Permalink
[release-1.24] add missing slash to fix docs path/lint (#3358)
Browse files Browse the repository at this point in the history
* add missing slash to fix docs path/lint

* could swear I did this too

---------

Co-authored-by: Craig Box <[email protected]>
  • Loading branch information
istio-testing and craigbox authored Nov 21, 2024
1 parent 92494cc commit a17f0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion networking/v1alpha3/sidecar.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/sidecar.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/sidecar.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import "networking/v1alpha3/virtual_service.proto";
// out unneeded configuration, to improve scalability of the mesh.
// A common misunderstanding is that restricting the configuration amounts to *blocking* the traffic.
// If requests are sent to destinations not included in the scoping, the traffic will be treated as
// [unmatched traffic](docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic), which is often still allowed.
// [unmatched traffic](/docs/ops/configuration/traffic-management/traffic-routing/#unmatched-traffic), which is often still allowed.
// 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).
//
// Services and configuration in a mesh are organized into one or more
Expand Down

0 comments on commit a17f0eb

Please sign in to comment.