Skip to content

Commit 9eea9d2

Browse files
pgmtxprogramutox
andauthored
Update links (#5)
* Update links to cascade doc for Dart and Kotlin * Update repo links and pseudonym --------- Co-authored-by: programutox <[email protected]>
1 parent b3d997e commit 9eea9d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Bo Lingen <[email protected]> (github.com/citycide)
3+
Copyright (c) Bo Lingen <[email protected]> (github.com/haltcase)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cascade &middot; [![nimble](https://flat.badgen.net/badge/available%20on/nimble/yellow)](https://nimble.directory/pkg/cascade) ![license](https://flat.badgen.net/github/license/citycide/cascade)
1+
# cascade &middot; [![nimble](https://flat.badgen.net/badge/available%20on/nimble/yellow)](https://nimble.directory/pkg/cascade) ![license](https://flat.badgen.net/github/license/haltcase/cascade)
22

33
> Method & assignment cascades for Nim, inspired by Smalltalk & Dart.
44
@@ -136,7 +136,7 @@ one. Pull requests are appreciated!
136136
To build cascade from source you'll need to have [Nim][nim] installed,
137137
and should also have [Nimble][nimble], Nim's package manager.
138138

139-
1. Clone the repo: `git clone https://github.com/citycide/cascade.git`
139+
1. Clone the repo: `git clone https://github.com/haltcase/cascade.git`
140140
2. Move into the newly cloned directory: `cd cascade`
141141
3. Make your changes: `cascade.nim`, `tests/tests.nim`
142142
4. Run tests: `nimble test`
@@ -149,10 +149,10 @@ are also welcome.
149149

150150
## license
151151

152-
MIT © [Bo Lingen / citycide](https://github.com/citycide)
152+
MIT © [Bo Lingen / haltcase](https://github.com/haltcase)
153153

154-
[dart]: https://www.dartlang.org/guides/language/language-tour#cascade-notation-
155-
[kotlin]: http://beust.com/weblog/2015/10/30/exploring-the-kotlin-standard-library/
154+
[dart]: https://dart.dev/language/operators#cascade-notation
155+
[kotlin]: https://kotlinlang.org/docs/scope-functions.html#apply
156156
[nim]: https://github.com/nim-lang/nim
157157
[nimble]: https://github.com/nim-lang/nimble
158-
[issues]: https://github.com/citycide/cascade/issues
158+
[issues]: https://github.com/haltcase/cascade/issues

0 commit comments

Comments
 (0)