|
1 | 1 | # clone |
2 | 2 |
|
3 | | -[](http://travis-ci.org/pvorb/node-clone) [](http://npm-stat.com/charts.html?package=clone) |
| 3 | +[](http://travis-ci.org/pvorb/clone) [](http://npm-stat.com/charts.html?package=clone) |
4 | 4 |
|
5 | 5 | offers foolproof _deep cloning_ of objects, arrays, numbers, strings, maps, |
6 | 6 | sets, promises, etc. in JavaScript. |
@@ -139,19 +139,19 @@ So, `b.myself` points to `b`, not `a`. Neat! |
139 | 139 |
|
140 | 140 | Some special objects like a socket or `process.stdout`/`stderr` are known to not |
141 | 141 | be cloneable. If you find other objects that cannot be cloned, please [open an |
142 | | -issue](https://github.com/pvorb/node-clone/issues/new). |
| 142 | +issue](https://github.com/pvorb/clone/issues/new). |
143 | 143 |
|
144 | 144 |
|
145 | 145 | ## Bugs and Issues |
146 | 146 |
|
147 | 147 | If you encounter any bugs or issues, feel free to [open an issue at |
148 | | -github](https://github.com/pvorb/node-clone/issues) or send me an email to |
| 148 | +github](https://github.com/pvorb/clone/issues) or send me an email to |
149 | 149 | <[email protected]>. I also always like to hear from you, if you’re using my code. |
150 | 150 |
|
151 | 151 | ## License |
152 | 152 |
|
153 | | -Copyright © 2011-2016 [Paul Vorbach](http://paul.vorba.ch/) and |
154 | | -[contributors](https://github.com/pvorb/node-clone/graphs/contributors). |
| 153 | +Copyright © 2011-2016 [Paul Vorbach](https://paul.vorba.ch/) and |
| 154 | +[contributors](https://github.com/pvorb/clone/graphs/contributors). |
155 | 155 |
|
156 | 156 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
157 | 157 | this software and associated documentation files (the “Software”), to deal in |
|
0 commit comments