Skip to content

Commit 8ebabde

Browse files
committed
fix for README.md / overview.dot.svg
1 parent 7c69fd9 commit 8ebabde

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.mulle/etc/sourcetree/graph/environment

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and debugging support.
2727

2828
| Requirement | Release Version | Description
2929
|-----------------------|------------------|---------------
30-
| [mulle-objc-runtime](https://github.com/mulle-objc/mulle-objc-runtime) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | ⏩ A fast, portable Objective-C runtime written 100% in C11
30+
| [mulle-objc-runtime](https://github.com/mulle-objc/mulle-objc-runtime) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-objc/mulle-objc-runtime.svg) [![Build Status](https://github.com/mulle-objc/mulle-objc-runtime/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-objc/mulle-objc-runtime/actions/workflows/mulle-sde-ci.yml) | ⏩ A fast, portable Objective-C runtime written 100% in C11
3131

3232

3333
## Add
@@ -59,7 +59,7 @@ Use [mulle-sde](//github.com/mulle-sde) to build and install mulle-objc-debug an
5959

6060
``` sh
6161
mulle-sde install --prefix /usr/local \
62-
https://github.com///archive/latest.tar.gz
62+
https://github.com/mulle-objc/mulle-objc-debug/archive/latest.tar.gz
6363
```
6464

6565
### Manual Installation

cola/properties.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
user="mulle-objc";
88
repo="mulle-objc-debug";
99
homepage="https://github.com/mulle-objc/mulle-objc-debug";
10-
license="BSD-3-Clause"
10+
license="BSD-3-Clause";
1111
};
1212
dependencies =
1313
(

0 commit comments

Comments
 (0)