Skip to content

Commit f794cd6

Browse files
committed
fix README Promises/A+ logo and link
1 parent 53c1548 commit f794cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="http://promises-aplus.github.com/promises-spec"><img src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png" align="right" /></a>
1+
<a href="https://promises-aplus.github.io/promises-spec"><img src="https://promises-aplus.github.io/promises-spec/assets/logo-small.png" align="right" /></a>
22
# promise
33

44
This is a simple implementation of Promises. It is a super set of ES6 Promises designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises today.

0 commit comments

Comments
 (0)