Skip to content

Commit 0ab0734

Browse files
authored
Update admin-docs links to point to Outerbounds docs (#460)
1 parent 9e47d2d commit 0ab0734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Metadata service implementation for [Metaflow](https://github.com/Netflix/metafl
55
This provides a thin wrapper around a database and keeps track of metadata associated with
66
metaflow entities such as Flows, Runs, Steps, Tasks, and Artifacts.
77

8-
For more information, see [Metaflow's admin docs](https://admin-docs.metaflow.org/overview/service-architecture#metadata)
8+
For more information, see [Metaflow's admin docs](https://docs.outerbounds.com/engineering/service-architecture/#metadata)
99

1010
## Getting Started
1111

@@ -138,7 +138,7 @@ With the metadata service up and running at `http://localhost:8080`, you are abl
138138
METAFLOW_SERVICE_URL=http://localhost:8080 METAFLOW_DEFAULT_METADATA="service" python3 basicflow.py run
139139
```
140140
141-
Alternatively you can configure a default profile with the service URL for the Metaflow client to use. See [Configuring metaflow](https://admin-docs.metaflow.org/overview/configuring-metaflow) for instructions.
141+
Alternatively you can configure a default profile with the service URL for the Metaflow client to use. See [Configuring metaflow](https://docs.outerbounds.com/engineering/operations/configure-metaflow/) for instructions.
142142
143143
## Migration Service
144144

services/ui_backend_service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Refer to the project root for running the project [README.md](../../README.md)
99

1010
### Metaflow UI deployment
1111

12-
For a complete Metaflow UI production stack deployment (frontend + service + database) please refer to [Cloudformation templates](https://github.com/Netflix/metaflow-tools/tree/master/aws/cloudformation) and [Admin docs](https://admin-docs.metaflow.org/). This is the preferred way to deploy Metaflow UI.
12+
For a complete Metaflow UI production stack deployment (frontend + service + database) please refer to [Cloudformation templates](https://github.com/Netflix/metaflow-tools/tree/master/aws/cloudformation) and [Admin docs](https://docs.outerbounds.com/engineering/welcome/). This is the preferred way to deploy Metaflow UI.
1313

1414
### Running UI Service using the official Docker image
1515

0 commit comments

Comments
 (0)