Explorar o código

remove more dead links

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
9e0e8be934
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      tutorial/patterns.md

+ 2 - 4
tutorial/patterns.md

@@ -115,12 +115,10 @@ A getter should yield the same value every time.
 
 ## Data Structures
 
-Prefer to use Phosphor [Phosphor `Vector`](http://phosphorjs.github.io/phosphor/api/classes/_collections_vector_.vector.html) 
-over JavaScript `Array` for internal use for its extra flexibility.
+Prefer to use Vector over JavaScript `Array` for internal use for its extra flexibility.
 
 For public API, we have three options: JavaScript `Array`, 
-[Phosphor `IIterator`](http://phosphorjs.github.io/phosphor/api/interfaces/_algorithm_iteration_.iiterable.html), and 
-[Phosphor `ISequence`](http://phosphorjs.github.io/phosphor/api/interfaces/_algorithm_sequence_.isequence.html).
+`IIterator`, and `ISequence`.
 
 Prefer an `Array` for:
 - A return value is the result of a newly allocated array, to avoid the