Skip to content

Commit

Permalink
fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmsonne committed Aug 8, 2024
1 parent 17255c8 commit f97c0a3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Outline the file contents of the repository. It helps users navigate the codebas
| `docs` | Documents/pictures. |
| `.gitignore` | Define what to ignore at commit time. |
| `CHANGELOG.md` | List of changes to the sample. |
| `CONTRIBUTING.md` | Guidelines for contributing to the TEMPLATE.|
| `CONTRIBUTING.md` | Guidelines for contributing to the AzureDevOpsBackupTool.|
| `README.md` | This README file. |
| `SECURITY.md` | Security file. |
| `LICENSE` | The license for the AzureDevOpsBackupTool. |
Expand Down Expand Up @@ -171,16 +171,6 @@ Check out the examples here:

`.\AzureDevOpsBackup.exe --token "token.bin" --org "AzureDevOpsOrgName" --backup "D:\Backup data\Azure DevOps" --server "orgdomain-cloud.mail.protection.outlook.com" --port "25" --from "[email protected]" --to "[email protected]" --unzip --cleanup --daystokeepbackup 50 --simpelreportlayout --priority high`

# Email report sample:

**Full layout:**

![Screenshot](docs/email-report-full.png)

**Simpel layout:**

![Screenshot](docs/email-report-simpel.png)

# Console use:

**Help menu:**
Expand All @@ -191,6 +181,16 @@ Check out the examples here:

![Screenshot](docs/help-about.png)

# Email report sample:

**Full layout:**

![Screenshot](docs/email-report-full.png)

**Simpel layout:**

![Screenshot](docs/email-report-simpel.png)

---

## Building
Expand Down Expand Up @@ -228,7 +228,7 @@ Thanks.

Reach out to the maintainer at one of the following places:

- [GitHub discussions](https://github.com/michaelmsonne/TEMPLATE/discussions)
- [GitHub discussions](https://github.com/michaelmsonne/AzureDevOpsBackupTool/discussions)
- The email which is located [in GitHub profile](https://github.com/michaelmsonne)

# License
Expand Down

0 comments on commit f97c0a3

Please sign in to comment.