You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Thank you for your interest in contributing! This simulator is intended for **lo
11
11
12
12
## Documentation
13
13
14
-
For detailed guidelines on contributing, CI/CD workflows, release process, and conventional commits, see the **[Contributing wiki page](https://github.com/pmcilreavy/AzureEventGridSimulator/wiki/Contributing)**.
14
+
For detailed guidelines on contributing, CI/CD workflows, release process, and conventional commits, see the **[Contributing wiki page](https://github.com/pm7y/AzureEventGridSimulator/wiki/Contributing)**.
A simulator that provides HTTPS endpoints to mimic [Azure Event Grid](https://azure.microsoft.com/en-au/services/event-grid/) topics and subscribers. Compatible with the `Microsoft.Azure.EventGrid` client library and supports both EventGrid and CloudEvents v1.0 schemas.
-[Schema Support](https://github.com/pm7y/AzureEventGridSimulator/wiki/Schema-Support) - EventGrid and CloudEvents
117
+
-[Architecture](https://github.com/pm7y/AzureEventGridSimulator/wiki/Architecture) - System design and internals
90
118
91
119
## Contributing
92
120
93
-
See the [Architecture](https://github.com/pmcilreavy/AzureEventGridSimulator/wiki/Architecture) page for system design details and the [Wiki](https://github.com/pmcilreavy/AzureEventGridSimulator/wiki) for development guidelines.
121
+
See the [Architecture](https://github.com/pm7y/AzureEventGridSimulator/wiki/Architecture) page for system design details
122
+
and the [Wiki](https://github.com/pm7y/AzureEventGridSimulator/wiki) for development guidelines.
Copy file name to clipboardExpand all lines: docker/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Azure Event Grid Simulator provides a local development environment that mimics Azure Event Grid functionality. This guide covers everything you need to run the simulator using Docker.
0 commit comments