File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ We have several sample Operators under the samples directory:
2828Implemented with and without Spring Boot support. The two samples share the common module.
2929* * webserver* : More realistic example creating an nginx webserver from a Custom Resource containing html code.
3030
31- Add dependency to your project:
31+ Add [ dependency] ( [ maven central ] ( https://search.maven.org/search?q=a:operator-framework ) to your project:
3232
3333``` xml
3434<dependency >
3535 <groupId >com.github.containersolutions</groupId >
3636 <artifactId >operator-framework</artifactId >
37- <version >{see [maven central]( https://search.maven.org/search?q=a:operator-framework) for latest version}</version >
37+ <version >{see https://search.maven.org/search?q=a:operator-framework for latest version}</version >
3838</dependency >
3939```
4040
You can’t perform that action at this time.
0 commit comments