Commit 0d2591b1 authored by Sam Saccone's avatar Sam Saccone

Merge pull request #1483 from DanielRosenwasser/codeplexToGithubForTs

Fixed links for TypeScript issues/documentation.
parents 1916a315 f88894dc
...@@ -13,10 +13,10 @@ Here are some links you may find helpful: ...@@ -13,10 +13,10 @@ Here are some links you may find helpful:
* [Tutorial](http://www.typescriptlang.org/Tutorial) * [Tutorial](http://www.typescriptlang.org/Tutorial)
* [Code Playground](http://www.typescriptlang.org/Playground) * [Code Playground](http://www.typescriptlang.org/Playground)
* [Documentation](http://typescript.codeplex.com/documentation) * [Documentation](https://github.com/Microsoft/TypeScript/wiki)
* [Applications built with TypeScript](http://www.typescriptlang.org/Samples) * [Applications built with TypeScript](http://www.typescriptlang.org/Samples)
* [Blog](http://blogs.msdn.com/b/typescript) * [Blog](http://blogs.msdn.com/b/typescript)
* [Source Code](http://typescript.codeplex.com/sourcecontrol/latest#README.txt) * [Source Code](https://github.com/Microsoft/TypeScript)
Articles and guides from the community: Articles and guides from the community:
...@@ -26,7 +26,7 @@ Articles and guides from the community: ...@@ -26,7 +26,7 @@ Articles and guides from the community:
Get help from other TypeScript users: Get help from other TypeScript users:
* [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript) * [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript)
* [Forums](http://typescript.codeplex.com/discussions) * [Forums](https://github.com/Microsoft/TypeScript/issues)
* [TypeScript on Twitter](http://twitter.com/typescriptlang) * [TypeScript on Twitter](http://twitter.com/typescriptlang)
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ _If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
......
...@@ -13,10 +13,10 @@ Here are some links you may find helpful: ...@@ -13,10 +13,10 @@ Here are some links you may find helpful:
* [Tutorial](http://www.typescriptlang.org/Tutorial) * [Tutorial](http://www.typescriptlang.org/Tutorial)
* [Code Playground](http://www.typescriptlang.org/Playground) * [Code Playground](http://www.typescriptlang.org/Playground)
* [Documentation](http://typescript.codeplex.com/documentation) * [Documentation](https://github.com/Microsoft/TypeScript/wiki)
* [Applications built with TypeScript](http://www.typescriptlang.org/Samples) * [Applications built with TypeScript](http://www.typescriptlang.org/Samples)
* [Blog](http://blogs.msdn.com/b/typescript) * [Blog](http://blogs.msdn.com/b/typescript)
* [Source Code](http://typescript.codeplex.com/sourcecontrol/latest#README.txt) * [Source Code](https://github.com/Microsoft/TypeScript)
Articles and guides from the community: Articles and guides from the community:
...@@ -26,7 +26,7 @@ Articles and guides from the community: ...@@ -26,7 +26,7 @@ Articles and guides from the community:
Get help from other TypeScript users: Get help from other TypeScript users:
* [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript) * [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript)
* [Forums](http://typescript.codeplex.com/discussions) * [Forums](https://github.com/Microsoft/TypeScript/issues)
* [TypeScript on Twitter](http://twitter.com/typescriptlang) * [TypeScript on Twitter](http://twitter.com/typescriptlang)
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ _If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
......
...@@ -16,10 +16,10 @@ Here are some links you may find helpful: ...@@ -16,10 +16,10 @@ Here are some links you may find helpful:
* [Tutorial](http://www.typescriptlang.org/Tutorial) * [Tutorial](http://www.typescriptlang.org/Tutorial)
* [Code Playground](http://www.typescriptlang.org/Playground) * [Code Playground](http://www.typescriptlang.org/Playground)
* [Documentation](http://typescript.codeplex.com/documentation) * [Documentation](https://github.com/Microsoft/TypeScript/wiki)
* [Applications built with TypeScript](http://www.typescriptlang.org/Samples) * [Applications built with TypeScript](http://www.typescriptlang.org/Samples)
* [Blog](http://blogs.msdn.com/b/typescript) * [Blog](http://blogs.msdn.com/b/typescript)
* [Source Code](http://typescript.codeplex.com/sourcecontrol/latest#README.txt) * [Source Code](https://github.com/Microsoft/TypeScript)
Articles and guides from the community: Articles and guides from the community:
...@@ -29,7 +29,7 @@ Articles and guides from the community: ...@@ -29,7 +29,7 @@ Articles and guides from the community:
Get help from other TypeScript users: Get help from other TypeScript users:
* [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript) * [TypeScript on StackOverflow](http://stackoverflow.com/questions/tagged/typescript)
* [Forums](http://typescript.codeplex.com/discussions) * [Forums](https://github.com/Microsoft/TypeScript/issues)
* [TypeScript on Twitter](http://twitter.com/typescriptlang) * [TypeScript on Twitter](http://twitter.com/typescriptlang)
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ _If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
......
...@@ -2110,7 +2110,7 @@ ...@@ -2110,7 +2110,7 @@
"url": "http://www.typescriptlang.org/Playground" "url": "http://www.typescriptlang.org/Playground"
}, { }, {
"name": "Documentation", "name": "Documentation",
"url": "http://typescript.codeplex.com/documentation" "url": "https://github.com/Microsoft/TypeScript/wiki"
}, { }, {
"name": "Applications built with TypeScript", "name": "Applications built with TypeScript",
"url": "http://www.typescriptlang.org/Samples" "url": "http://www.typescriptlang.org/Samples"
...@@ -2119,7 +2119,7 @@ ...@@ -2119,7 +2119,7 @@
"url": "http://blogs.msdn.com/b/typescript" "url": "http://blogs.msdn.com/b/typescript"
}, { }, {
"name": "Source Code", "name": "Source Code",
"url": "http://typescript.codeplex.com/sourcecontrol/latest#README.txt" "url": "https://github.com/Microsoft/TypeScript"
}] }]
}, { }, {
"heading": "Articles and Guides", "heading": "Articles and Guides",
...@@ -2137,7 +2137,7 @@ ...@@ -2137,7 +2137,7 @@
"url": "http://stackoverflow.com/questions/tagged/typescript" "url": "http://stackoverflow.com/questions/tagged/typescript"
}, { }, {
"name": "Forums", "name": "Forums",
"url": "http://typescript.codeplex.com/discussions" "url": "https://github.com/Microsoft/TypeScript/issues"
}, { }, {
"name": "TypeScript on Twitter", "name": "TypeScript on Twitter",
"url": "http://twitter.com/typescriptlang" "url": "http://twitter.com/typescriptlang"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment