Skip to content

Commit ed79e34

Browse files
vishalbolludeliahu
authored andcommitted
Fix end to end docs links (#209)
1 parent 1b76531 commit ed79e34

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/pipelines/aggregators-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ requirements-parser==0.2.0
5050
packaging==19.0.0
5151
```
5252

53-
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
53+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/aggregators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An aggregator converts a set of columns and arbitrary values into a single value. Each aggregator has an input type and an output type. Aggregators run before transformers.
44

5-
Custom aggregators can be implemented in Python or PySpark. See the [implementation docs](../implementations/aggregators.md) for a detailed guide.
5+
Custom aggregators can be implemented in Python or PySpark. See the [implementation docs](aggregators.md) for a detailed guide.
66

77
## Config
88

docs/pipelines/estimators-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_estimator(run_config, model_config):
5050

5151
## Pre-installed Packages
5252

53-
You can import PyPI packages or your own Python packages to help create more complex models. See [Python Packages](../advanced/python-packages.md) for more details.
53+
You can import PyPI packages or your own Python packages to help create more complex models. See [Python Packages](python-packages.md) for more details.
5454

5555
The following packages have been pre-installed and can be used in your implementations:
5656

@@ -63,7 +63,7 @@ requirements-parser==0.2.0
6363
packaging==19.0.0
6464
```
6565

66-
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
66+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.
6767

6868

6969
# Tensorflow Transformations

docs/pipelines/estimators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An estimator defines how to train a model.
44

5-
Custom estimators can be implemented in Python or PySpark. See the [implementation docs](../implementations/estimators.md) for a detailed guide.
5+
Custom estimators can be implemented in Python or PySpark. See the [implementation docs](estimators.md) for a detailed guide.
66

77
## Config
88

docs/pipelines/transformers-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ requirements-parser==0.2.0
9595
packaging==19.0.0
9696
```
9797

98-
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
98+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/transformers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A transformer converts a set of columns and arbitrary values into a single transformed column. Each transformer has an input type and an output column type.
44

5-
Custom transformers can be implemented in Python or PySpark. See the [implementation docs](../implementations/transformers.md) for a detailed guide.
5+
Custom transformers can be implemented in Python or PySpark. See the [implementation docs](transformers.md) for a detailed guide.
66

77
## Config
88

0 commit comments

Comments
 (0)