Skip to content

Commit cf45ee0

Browse files
authored
Fix the rest of the links in readme
1 parent fad14f5 commit cf45ee0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To run UI for Apache Kafka, you can use a pre-built Docker image or build it loc
6363

6464
## Configuration
6565

66-
We have plenty of [docker-compose files](guides/yaml-description.md) as examples. They're built for various configuration stacks.
66+
We have plenty of [docker-compose files](documentation/compose/DOCKER_COMPOSE.md) as examples. They're built for various configuration stacks.
6767

6868
### Configuration File
6969
Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file:
@@ -121,21 +121,21 @@ If you prefer to use `docker-compose` please refer to the [documentation](docker
121121

122122
### Prerequisites
123123

124-
Check [software-required.md](documentation/software-required.md)
124+
Check [software-required.md](documentation/project/contributing/software-required.md)
125125

126126
### Building
127127

128-
Check [building.md](documentation/building.md)
128+
Check [building.md](documentation/project/contributing/building.md)
129129

130130
### Running
131131

132-
Check [running.md](documentation/running.md)
132+
Check [running.md](documentation/project/contributing/running.md)
133133

134134
# Guides
135135

136-
- [SSO configuration](guides/SSO.md)
137-
- [AWS IAM configuration](guides/AWS_IAM.md)
138-
- [Docker-compose files](guides/yaml-description.md)
136+
- [SSO configuration](documentation/guides/SSO.md)
137+
- [AWS IAM configuration](documentation/guides/AWS_IAM.md)
138+
- [Docker-compose files](documentation/guides/yaml-description.md)
139139

140140
## Connecting to a Secure Broker
141141

0 commit comments

Comments
 (0)