Fix GitHub URLs to use lowercase username for badges and links
This commit is contained in:
12
README.md
12
README.md
@@ -1,8 +1,8 @@
|
||||
# IronGo
|
||||
|
||||
[](https://www.nuget.org/packages/IronGo/)
|
||||
[](LICENSE)
|
||||
[](https://github.com/MarketAlly/IronGo/actions)
|
||||
[](LICENSE)
|
||||
[](https://github.com/marketally/IronGo/actions)
|
||||
|
||||
IronGo is a native .NET library for parsing Go source code. It provides a complete Abstract Syntax Tree (AST) representation of Go programs with comprehensive support for Go 1.21+ syntax, including generics.
|
||||
|
||||
@@ -287,7 +287,7 @@ The analyzer detects:
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/MarketAlly/IronGo.git
|
||||
git clone https://github.com/marketally/IronGo.git
|
||||
cd IronGo
|
||||
|
||||
# Build the solution
|
||||
@@ -316,9 +316,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
||||
|
||||
## Support
|
||||
|
||||
- **Documentation**: See the [Wiki](https://github.com/MarketAlly/IronGo/wiki)
|
||||
- **Issues**: Report bugs on [GitHub Issues](https://github.com/MarketAlly/IronGo/issues)
|
||||
- **Discussions**: Join our [GitHub Discussions](https://github.com/MarketAlly/IronGo/discussions)
|
||||
- **Documentation**: See the [Wiki](https://github.com/marketally/IronGo/wiki)
|
||||
- **Issues**: Report bugs on [GitHub Issues](https://github.com/marketally/IronGo/issues)
|
||||
- **Discussions**: Join our [GitHub Discussions](https://github.com/marketally/IronGo/discussions)
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>A native .NET library for parsing Go source code. Provides a complete Abstract Syntax Tree (AST) representation with visitor pattern support, JSON serialization, and comprehensive diagnostics.</Description>
|
||||
<PackageTags>go;golang;parser;ast;syntax-tree;antlr;code-analysis;static-analysis</PackageTags>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/MarketAlly/IronGo</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/MarketAlly/IronGo</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/marketally/IronGo</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/marketally/IronGo</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
|
||||
Reference in New Issue
Block a user