From 759e42188b413ef10b4804273c01789d83087e1c Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Tue, 7 Oct 2014 17:59:02 +0400 Subject: [PATCH] Update TeamCity links to https, replace link to confluence with link to kotlinlang.org. --- ReadMe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 93de0b512cb..b7acb4f0ad1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,7 +2,7 @@ Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links: - * [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started) + * [Getting Started Guide](http://kotlinlang.org/docs/tutorials/getting-started.html) * [Web Demo](http://kotlin-demo.jetbrains.com/) * [Kotlin Site](http://jetbrains.github.com/kotlin/) * [API](http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/index.html) @@ -10,7 +10,7 @@ Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links: * [Forum](http://devnet.jetbrains.net/community/kotlin?view=discussions) * [Kotlin Blog](http://blog.jetbrains.com/kotlin/) * [follow Kotlin on twitter](http://twitter.com/#!/project_kotlin) - * [TeamCity CI build](http://teamcity.jetbrains.com/project.html?projectId=project67&tab=projectOverview) + * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) ## Editing Kotlin @@ -72,7 +72,7 @@ There are several options for getting Kotlin plugin. A stable version can be obt Preferences -> Plugins -> Browse Repositories -> Search with "Kotlin" string The most recent version of the plugin can be downloaded from the -[IDEA Plugin and Tests CI build](http://teamcity.jetbrains.com/project.html?projectId=project67&tab=projectOverview). When downloading is +[IDEA Plugin and Tests CI build](https://teamcity.jetbrains.com/project.html?projectId=project67&tab=projectOverview). When downloading is finished you can install it with "Install plugin from disk...": Preferences -> Plugins -> Install plugin from disk... @@ -89,7 +89,7 @@ Open and add the following URL to your repositories: - http://teamcity.jetbrains.com/guestAuth/repository/download/bt345/bootstrap.tcbuildtag/updatePlugins.xml + https://teamcity.jetbrains.com/guestAuth/repository/download/bt345/bootstrap.tcbuildtag/updatePlugins.xml Then update the list of plugins in "Browse Repositories", you'll see two versions of Kotlin there, install the one with the higher version number.