Skip to content

Commit 2f5c026

Browse files
authored
fix links to internal folders and godoc
1 parent 4351ae4 commit 2f5c026

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
# Go libraries for OpenBaton
88

9-
[![GoDoc](https://godoc.org/github.com/mcilloni/go-openbaton?status.svg)](https://godoc.org/github.com/mcilloni/go-openbaton)
9+
[![GoDoc](https://godoc.org/github.com/openbaton/go-openbaton?status.svg)](https://godoc.org/github.com/openbaton/go-openbaton)
1010

1111
`go-openbaton` contains several packages that can be used to write services that interface with the [Open Baton][openbaton] [NFVO][nfvo] using the Go language.
1212

1313
## Packages
1414

15-
- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue.
16-
- [catalogue/messages](https://github.com/mcilloni/go-openbaton/tree/master/catalogue/messages): defines the default message types for NFVO-VNFM communication, plus facilities to handle their serialisation.
17-
- [plugin](https://github.com/mcilloni/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO.
18-
- [vnfm](https://github.com/mcilloni/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go.
19-
- [vnfm/channel](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/channel): a set of interfaces that provide an abstraction above which API the VNFM uses to connect to the NFVO.
20-
- [vnfm/amqp](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/): implements a `channel` that uses AMQP to connect with the NFVO.
21-
- [vnfm/config](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/config): provides facilities for parsing VNFM configuration files.
15+
- [catalogue](https://github.com/openbaton/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue.
16+
- [catalogue/messages](https://github.com/openbaton/go-openbaton/tree/master/catalogue/messages): defines the default message types for NFVO-VNFM communication, plus facilities to handle their serialisation.
17+
- [plugin](https://github.com/openbaton/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO.
18+
- [vnfm](https://github.com/openbaton/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go.
19+
- [vnfm/channel](https://github.com/openbaton/go-openbaton/tree/master/vnfm/channel): a set of interfaces that provide an abstraction above which API the VNFM uses to connect to the NFVO.
20+
- [vnfm/amqp](https://github.com/openbaton/go-openbaton/tree/master/vnfm/): implements a `channel` that uses AMQP to connect with the NFVO.
21+
- [vnfm/config](https://github.com/openbaton/go-openbaton/tree/master/vnfm/config): provides facilities for parsing VNFM configuration files.
2222

2323
## Issue tracker
2424

0 commit comments

Comments
 (0)