diff options
Diffstat (limited to 'tools/pyang_plugins/README.rst')
-rw-r--r-- | tools/pyang_plugins/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/README.rst b/tools/pyang_plugins/README.rst index 910330d4..4c2636c8 100644 --- a/tools/pyang_plugins/README.rst +++ b/tools/pyang_plugins/README.rst @@ -37,4 +37,4 @@ Generate config/bgp_configs.go from yang files:: $HOME/public/release/models/bgp/openconfig-bgp.yang \ $HOME/public/release/models/policy/openconfig-routing-policy.yang \ $GOBGP_PATH/tools/pyang_plugins/gobgp.yang \ - | gofmt > $GOBGP_PATH/config/bgp_configs.go + | gofmt > $GOBGP_PATH/internal/pkg/config/bgp_configs.go |