diff --git a/README.md b/README.md index be53138..c05b78d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # IronGo [![NuGet](https://img.shields.io/nuget/v/IronGo.svg)](https://www.nuget.org/packages/IronGo/) -[![License](https://img.shields.io/github/license/marketally/IronGo.svg)](LICENSE) -[![Build Status](https://img.shields.io/github/actions/workflow/status/marketally/IronGo/ci.yml)](https://github.com/marketally/IronGo/actions) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) 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 +286,7 @@ The analyzer detects: ```bash # Clone the repository -git clone https://github.com/marketally/IronGo.git +git clone https://git.marketally.com/ironservices/IronGo.git cd IronGo # Build the solution @@ -316,9 +315,8 @@ 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://git.marketally.com/ironservices/IronGo/wiki) +- **Issues**: Report bugs on [Issues](https://git.marketally.com/ironservices/IronGo/issues) ## Roadmap diff --git a/src/IronGo/IronGo.csproj b/src/IronGo/IronGo.csproj index e48fef6..f3c2708 100644 --- a/src/IronGo/IronGo.csproj +++ b/src/IronGo/IronGo.csproj @@ -15,8 +15,8 @@ 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. go;golang;parser;ast;syntax-tree;antlr;code-analysis;static-analysis MIT - https://github.com/marketally/IronGo - https://github.com/marketally/IronGo + https://git.marketally.com/ironservices/IronGo + https://git.marketally.com/ironservices/IronGo git README.md icon.png @@ -40,7 +40,7 @@ - +