diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-03 19:17:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 19:17:42 +0200 |
| commit | 00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581 (patch) | |
| tree | fbc629542cb46c3aef32ea7d028b9c9bb5d4f1f9 /README.md | |
| parent | 15dcabb5903b68bbc8b490b1d0e220d13acf63b7 (diff) | |
| download | doxdocgen-00f7ec244e65f4d9e1ec25f693c62c9f4f1a2581.tar.gz | |
Cleanup (#174)
* Remove old username references
* Remove badge
* Fix dependabot alert
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -2,11 +2,10 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. -[](https://travis-ci.org/christophschlosser/doxdocgen) -[](https://ci.appveyor.com/project/christophschlosser/doxdocgen) -[](https://codecov.io/gh/christophschlosser/doxdocgen) +[](https://travis-ci.org/cschlosser/doxdocgen) +[](https://ci.appveyor.com/project/cschlosser/doxdocgen) +[](https://codecov.io/gh/cschlosser/doxdocgen) [](https://gitter.im/doxdocgen) -[](https://isitmaintained.com/project/christophschlosser/doxdocgen "Average time to resolve an issue") ## Table of Contents @@ -34,7 +33,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by  -For how this works, see the [CHANGELOG.md](https://github.com/christophschlosser/doxdocgen/blob/master/CHANGELOG.md#alignment) +For how this works, see the [CHANGELOG.md](https://github.com/cschlosser/doxdocgen/blob/master/CHANGELOG.md#alignment) ### Attributes @@ -221,14 +220,14 @@ Each of them can be configured with its own custom text and you can decide if th ## Contributors -[Christoph Schlosser](https://github.com/christophschlosser) +[Christoph Schlosser](https://github.com/cschlosser) [Rowan Goemans](https://github.com/rowanG077) ## Known Issues -[See open bugs](https://github.com/christophschlosser/doxdocgen/labels/bug) +[See open bugs](https://github.com/cschlosser/doxdocgen/labels/bug) ## What's to come -[See open features](https://github.com/christophschlosser/doxdocgen/labels/enhancement) +[See open features](https://github.com/cschlosser/doxdocgen/labels/enhancement) |