Skip to content

Commit

Permalink
Use relative links
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Vasquez <rafael.vasquez@ryerson.com>
  • Loading branch information
Rafael Vasquez committed Mar 30, 2022
1 parent 19d9c1f commit 523e087
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

| Document | Description |
| --- | --- |
| [import-assets.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/import-assets.md) | Import Data and AI Assets in MLX Catalog |
| [install-mlx-on-kind.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/install-mlx-on-kind.md) | Deploy MLX on KIND |
| [install-mlx-on-kubeflow.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/install-mlx-on-kubeflow.md) | Deploy MLX on an Existing Kubeflow Cluster |
| [mlx-install-operator.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/mlx-install-operator.md) | Install Operator Manually |
| [mlx-install-with-kubeflow.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/mlx-install-with-kubeflow.md) | MLX Deployment on Kubernetes or OpenShift (Asset Catalog and Execution Engine) |
| [mlx-read-only-deployment.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/mlx-read-only-deployment.md) | Deploy the MLX Read-Only mode on an Existing Kubernetes Cluster |
| [mlx-setup.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/mlx-setup.md) | Deploy MLX on an existing Kubernetes cluster |
| [mlx-workshop.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/mlx-workshop.md) | MLX Workshop |
| [troubleshooting.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/troubleshooting.md) | Troubleshooting |
| [usage-steps.md](https://github.com/machine-learning-exchange/mlx/blob/master/docs/usage-steps.md) | Usage Steps |
| [import-assets.md](./import-assets.md) | Import Data and AI Assets in MLX Catalog |
| [install-mlx-on-kind.md](./install-mlx-on-kind.md) | Deploy MLX on KIND |
| [install-mlx-on-kubeflow.md](./install-mlx-on-kubeflow.md) | Deploy MLX on an Existing Kubeflow Cluster |
| [mlx-install-operator.md](./mlx-install-operator.md) | Install Operator Manually |
| [mlx-install-with-kubeflow.md](./mlx-install-with-kubeflow.md) | MLX Deployment on Kubernetes or OpenShift (Asset Catalog and Execution Engine) |
| [mlx-read-only-deployment.md](./mlx-read-only-deployment.md) | Deploy the MLX Read-Only mode on an Existing Kubernetes Cluster |
| [mlx-setup.md](./mlx-setup.md) | Deploy MLX on an existing Kubernetes cluster |
| [mlx-workshop.md](./mlx-workshop.md) | MLX Workshop |
| [troubleshooting.md](./troubleshooting.md) | Troubleshooting |
| [usage-steps.md](./usage-steps.md) | Usage Steps |
2 changes: 1 addition & 1 deletion tools/python/update_doc_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def update_doc_table() -> [str]:
]

# 3. format filenames as Markdown hyperlinks: [name](url)
md_filenames = ["[" + split(file)[1] + "](" + github_repo_master_path + split(file)[1] + ")"
md_filenames = ["[" + split(file)[1] + "](./" + split(file)[1] + ")"
for file in md_file_paths]

table = []
Expand Down

0 comments on commit 523e087

Please sign in to comment.