Skip to content

Commit b70594a

Browse files
Merge pull request #798 from ratailor/fix-broken-links
Fix: Update outdated documentation URLs
2 parents 092fa45 + bdc94b0 commit b70594a

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There is some [global podification
3333
documentation](https://github.com/openstack-k8s-operators/docs) relevant for
3434
all the operators, but there are also some global design decisions that have
3535
not been spelled out yet anywhere else, so they are included in the
36-
[glance-operator design decisions document](docs/dev/design-decisions.md).
36+
[glance-operator design decisions document](docs/design-decisions.md).
3737

3838
### How to contribute?
3939

@@ -68,15 +68,15 @@ The following list of articles assumes that podified OpenStack has been
6868
deployed using the openstack-operator as described in the [Getting started
6969
section](README.md#getting-started):
7070

71-
- [Run operator locally](docs/dev/local.md)
71+
- [Run operator locally](docs/local.md)
7272

7373
### Debugging
7474

7575
When working on the glance-operator there will be times where things won't work
7676
as expected and we'll need to debug things.
7777

78-
In the [debugging article](docs/dev/debug.md) we present some ideas to help you
79-
figure things out.
78+
In the [debugging article](https://github.com/openstack-k8s-operators/dev-docs/blob/main/debugging.md)
79+
we present some ideas to help you figure things out.
8080

8181
### Pull Requests
8282

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for OpenStack.
1616
- *If possible don't run things in your own machine to avoid the risk of
1717
affecting the development of your other projects.*
1818

19-
Here we'll explain how to get a functiona OpenShift deployment running inside a
19+
Here we'll explain how to get a functional OpenShift deployment running inside a
2020
VM that is running MariaDB, RabbitMQ, KeyStone and Glance services
2121
against a Ceph backend.
2222

@@ -200,7 +200,7 @@ make openstack_cleanup
200200
targets.
201201

202202
More information about the Makefile can be found via the [Kubebuilder
203-
Documentation]( https://book.kubebuilder.io/introduction.html).
203+
Documentation](https://book.kubebuilder.io/introduction.html).
204204

205205
For developer specific documentation please refer to the [Contributing
206206
Guide](CONTRIBUTING.md).

config/samples/import_plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Make sure to properly plan storage for the Glance Pod when this feature is
6464
enabled, especially if is enabled in combination with other image plugins.
6565

6666
You can find more information about storage planning in the design assumptions
67-
[section](../../../docs/dev/design-decisions.md).
67+
[section](../../../docs/design-decisions.md).
6868

6969
You can find more about plugin configuration options
7070
in [upstream](https://docs.openstack.org/glance/latest/admin/interoperable-image-import.html#the-image-decompression)

docs/local.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Running the operator locally
22

3-
**NOTE**: This article [makes some assumptions](assumptions.md), make sure they
4-
are correct or adapt the steps accordingly.
3+
**NOTE**: This article makes some assumptions about your environment setup,
4+
make sure they are correct or adapt the steps accordingly.
55

66
This development model is useful for quick iterations of the operator code
77
where one can easily use debugging tools and change template and asset files on
@@ -23,9 +23,9 @@ time our login credentials expire.
2323
### Preparation
2424

2525
This article assumes we have followed the [Getting
26-
Started](../../README.md#getting-started) section successfully so we'll not
27-
only have a glance-operator pod running, but also other required services
28-
running.
26+
Started](https://github.com/openstack-k8s-operators/glance-operator/blob/main/README.md#getting-started)
27+
section successfully so we'll not only have a glance-operator pod running,
28+
but also other required services running.
2929

3030
Since we have everything running we need to uninstalling both the
3131
glance-operator and Glance services.

docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Troubleshooting the Glance Service involves running the `oc debug` command as
44
described in the [openstack-k8s-operators doc](https://github.com/openstack-k8s-operators/docs/blob/main/troubleshooting.md).
55
It is possible to choose which container should be run with the debug command
66
simply passing the `-c <container` flag. The available containers are defined
7-
and described in the [design document](https://github.com/openstack-k8s-operators/glance-operator/blob/main/docs/dev/design-decisions.md).
7+
and described in the [design document](https://github.com/openstack-k8s-operators/glance-operator/blob/main/docs/design-decisions.md).
88
As an example, let's suppose that the goal is to perform some troubleshooting
99
against the `GlanceAPI service` (not the operator).
1010

@@ -114,7 +114,7 @@ sh-5.1# alias glance="glance \
114114
Check the API works as expected running an `image-list` command:
115115
116116
```bash
117-
sh-5.1# glance --os-image-url "http://localhost.9293" image-list
117+
sh-5.1# glance --os-image-url "http://localhost:9293" image-list
118118
119119
+----+------+
120120
| ID | Name |

test/kuttl/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ features. In the current kuttl tests, two backends are allowed and tested:
5050
the interaction between two glanceAPI replicas, and there's no interest to
5151
see a specific backend behavior)
5252
For further information about the topologies and design choices, review the
53-
[dedicated section](../../../../docs/dev/design-decisions.md).
53+
[dedicated section](https://github.com/openstack-k8s-operators/glance-operator/blob/main/docs/design-decisions.md).
5454

5555
## Available kuttl tests
5656

@@ -92,7 +92,7 @@ guidelines to follow:
9292
`openstackclient`. For this particular purpose it is possible to deploy an
9393
`openstackclient` `Pod` and load a set of scripts via the `configMapGenerator`
9494
defined in the
95-
[kustomization.yaml](../../../../config/samples/openstackclient/kustomization.yaml).
95+
[kustomization.yaml](https://github.com/openstack-k8s-operators/glance-operator/blob/main/config/samples/openstackclient/kustomization.yaml).
9696
See the [how to include the openstackclient in a kuttl
9797
test](../../../config/samples/openstackclient) section for further
9898
information

0 commit comments

Comments
 (0)