diff --git a/python-shell/README.md b/python-shell/README.md index 72995a334..092e2b2bc 100644 --- a/python-shell/README.md +++ b/python-shell/README.md @@ -78,7 +78,7 @@ elements = gc.execute_operation_chain( ) ``` -See [operation examples](https://gchq.github.io/gaffer-doc/getting-started/operation-examples.html) for more examples of operations in python. +See [operation examples](https://gchq.github.io/gaffer-doc/v1docs/getting-started/operations/contents) for more examples of operations in python. ### Installation diff --git a/ui/README.md b/ui/README.md index 21d0b50b7..c0020d5c3 100644 --- a/ui/README.md +++ b/ui/README.md @@ -218,7 +218,7 @@ The next is a summary over the two hours we specified in our second query. (You In this example we have summarised the vehicle counts by adding them together. Gaffer users are free to define the objects that represent the properties on an edge and the functions used to summarise them and so supports things that are much more complex than adding integers together. -There are some in-depth examples based around the Java API here: [Getting Started](https://gchq.github.io/gaffer-doc/summaries/getting-started.html). +There are some in-depth examples based around the Java API here: [Getting Started](https://gchq.github.io/gaffer-doc/v1docs/summaries/getting-started.html). ## Federated Store Demo There is also a Federated Store Demo, which can be run using: