@@ -33,8 +33,8 @@ The general pattern for using the class is:
33
33
* Confirm that the request was successful and use the provided LB's address
34
34
* Acknowledge the ` Response ` via ` ack_response(response) `
35
35
36
- There are examples in the docs on how to do this in [ an operator charm] ( docs/examples/ requires_operator.md )
37
- or in [ a reactive charm] ( docs/examples/ requires_reactive.md ) .
36
+ There are examples in the docs on how to do this in [ an operator charm] [ requires_operator ]
37
+ or in [ a reactive charm] [ requires_reactive ] .
38
38
39
39
40
40
### Providing Load Balancers
@@ -48,15 +48,20 @@ general pattern for using the class is:
48
48
* Set the appropriate fields on the request's ` response ` object
49
49
* Send the request's response via the ` send_response(request) ` method
50
50
51
- There are examples in the docs on how to do this in [ an operator charm] ( docs/examples/ provides_operator.md )
52
- or in [ a reactive charm] ( docs/examples/ provides_reactive.md ) .
51
+ There are examples in the docs on how to do this in [ an operator charm] [ provides_operator ]
52
+ or in [ a reactive charm] [ provides_reactive ] .
53
53
54
54
## API Reference
55
55
56
- See [ the docs] ( docs/api.md ) for detailed reference on the API.
56
+ See the [ API docs] [ ] for detailed reference on the API.
57
57
58
58
59
59
<!-- Links -->
60
60
61
61
[ Operator Framework ] : https://github.com/canonical/operator/
62
62
[ charms.reactive Framework ] : https://charmsreactive.readthedocs.io/
63
+ [ requires_operator ] : https://github.com/juju-solutions/loadbalancer-interface/blob/master/docs/examples/requires_operator.md
64
+ [ requires_reactive ] : https://github.com/juju-solutions/loadbalancer-interface/blob/master/docs/examples/requires_reactive.md
65
+ [ provides_operator ] : https://github.com/juju-solutions/loadbalancer-interface/blob/master/docs/examples/provides_operator.md
66
+ [ provides_reactive ] : https://github.com/juju-solutions/loadbalancer-interface/blob/master/docs/examples/provides_reactive.md
67
+ [ API docs ] : https://github.com/juju-solutions/loadbalancer-interface/blob/master/docs/api.md
0 commit comments