Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Update links to point to v1docs (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper314 authored May 4, 2022
1 parent 370a22c commit 3b26700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b26700

Please sign in to comment.