Skip to content

Commit e7631a4

Browse files
authored
Fix links because of name-change
1 parent 8b166c5 commit e7631a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clone
22

3-
[![build status](https://secure.travis-ci.org/pvorb/node-clone.svg)](http://travis-ci.org/pvorb/node-clone) [![downloads](https://img.shields.io/npm/dt/clone.svg)](http://npm-stat.com/charts.html?package=clone)
3+
[![build status](https://secure.travis-ci.org/pvorb/clone.svg)](http://travis-ci.org/pvorb/clone) [![downloads](https://img.shields.io/npm/dt/clone.svg)](http://npm-stat.com/charts.html?package=clone)
44

55
offers foolproof _deep cloning_ of objects, arrays, numbers, strings, maps,
66
sets, promises, etc. in JavaScript.
@@ -139,19 +139,19 @@ So, `b.myself` points to `b`, not `a`. Neat!
139139

140140
Some special objects like a socket or `process.stdout`/`stderr` are known to not
141141
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).
143143

144144

145145
## Bugs and Issues
146146

147147
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
149149
<[email protected]>. I also always like to hear from you, if you’re using my code.
150150

151151
## License
152152

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).
155155

156156
Permission is hereby granted, free of charge, to any person obtaining a copy of
157157
this software and associated documentation files (the “Software”), to deal in

0 commit comments

Comments
 (0)