Skip to content

Commit e31896e

Browse files
authored
revert docs, additional link
1 parent 83f66f8 commit e31896e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ We have several sample Operators under the samples directory:
2828
Implemented 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

0 commit comments

Comments
 (0)