Skip to content

Commit

Permalink
Remove old cecil.pe link
Browse files Browse the repository at this point in the history
Fixes #622
  • Loading branch information
akoeplinger authored Oct 11, 2023
1 parent 645a966 commit 0e184fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools+libraries/libraries/Mono.Cecil/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from:
- /Cecil/
---

[Cecil](https://github.com/jbevain/cecil) is a library written by [Jb Evain](http://evain.net/) to generate and inspect programs and libraries in the ECMA CIL format. With Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
[Cecil](https://github.com/jbevain/cecil) is a library written by [Jb Evain](https://evain.net/) to generate and inspect programs and libraries in the ECMA CIL format. With Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.

Today it is used by the Mono [Debugger](/docs/debug+profile/debug/debugger/), the bug-finding and compliance checking tool [Gendarme](/docs/tools+libraries/tools/gendarme/) and [many other tools](https://github.com/jbevain/cecil/wiki/Users).

Expand All @@ -14,7 +14,7 @@ There is a Google Group to discuss everything Cecil related: [mono-cecil](https:

## Release Notes and Development Updates

Visit [cecil.pe](http://cecil.pe) to get the latest updates.
Visit [jbevain/cecil on GitHub](https://github.com/jbevain/cecil) to get the latest updates.

## Using Cecil

Expand Down

0 comments on commit 0e184fa

Please sign in to comment.