Skip to content

Commit 8dc6539

Browse files
committed
docs: update readme
1 parent 2ba32ba commit 8dc6539

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ make docker-run # Run docker container
4747

4848
## Support
4949

50-
Please report bugs to the [GitHub Issues Page](https://github.com/FullStackWithLawrence/azureml_example-example/issues) for this project.
50+
Please report bugs to the [GitHub Issues Page](https://github.com/FullStackWithLawrence/azureml-example/issues) for this project.
5151

5252
## Developers
5353

docs/AZURE_ML_CONFIG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide explains how to securely configure your Azure ML workspace connection
99
### Option 1: Project Root (Recommended for Development)
1010

1111
```
12-
/Users/mcdaniel/Desktop/gh/fswl/azureml_example-example/config.json
12+
/Users/mcdaniel/Desktop/gh/fswl/azureml-example/config.json
1313
```
1414

1515
**Pros:**

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.10.24"
44
requires-python = ">=3.10"
55

66
[project.urls]
7-
homepage = "https://github.com/FullStackWithLawrence/azureml_example-example"
8-
documentation = "https://github.com/FullStackWithLawrence/azureml_example-example"
9-
repository = "https://github.com/FullStackWithLawrence/azureml_example-example"
7+
homepage = "https://github.com/FullStackWithLawrence/azureml-example"
8+
documentation = "https://github.com/FullStackWithLawrence/azureml-example"
9+
repository = "https://github.com/FullStackWithLawrence/azureml-example"
1010

1111
[tool.isort]
1212
profile = "black"

0 commit comments

Comments
 (0)