diff --git a/ReadMe.md b/ReadMe.md index 0298777cd201026c35b4edfc67cabbaf3dabeb1a..953dd636e88d6c4b8ce72c657c867b9679fd85b6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,7 +1,7 @@ -[![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![TeamCity (simple build status)](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/Kotlin_dev_Compiler.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_dev_Compiler&branch_Kotlin_dev=%3Cdefault%3E&tab=buildTypeStatusDiv) -[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlin/kotlin-maven-plugin.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jetbrains.kotlin%22) -[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) +[![Maven Central](https://img.shields.io/maven-central/v/org.jetbrains.kotlin/kotlin-maven-plugin.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jetbrains.kotlin%22) +[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) # Kotlin Programming Language @@ -15,7 +15,7 @@ Welcome to [Kotlin](https://kotlinlang.org/)! Some handy links: * [Forum](https://discuss.kotlinlang.org/) * [Kotlin Blog](https://blog.jetbrains.com/kotlin/) * [Follow Kotlin on Twitter](https://twitter.com/kotlin) - * [Public Slack channel](http://slack.kotlinlang.org/) + * [Public Slack channel](https://slack.kotlinlang.org/) * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) ## Editing Kotlin diff --git a/compiler/preloader/instrumentation/ReadMe.md b/compiler/preloader/instrumentation/ReadMe.md index 1989dfef32493930b8f6bdd78f2eaefd8d9b3ea5..d0fe639f3fb02e881ea6f3e7d034c705325a53a0 100644 --- a/compiler/preloader/instrumentation/ReadMe.md +++ b/compiler/preloader/instrumentation/ReadMe.md @@ -25,7 +25,7 @@ This is determined by the ```src/META-INF/services/org.jetbrains.kotlin.preloadi **Instrumenter** is any implementation of ```org.jetbrains.kotlin.preloading.instrumentation.Instrumenter``` interface. Preloader loads the **first** instrumenter service found on the class path. -Services are provided through the [standard JDK mechanism](http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html). +Services are provided through the [standard JDK mechanism](https://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html). Every preloaded class is run through the instrumenter. Before exiting the program instrumenter's dump() method is called. **Note** JDK classes and everything in the Preloader's own class path are not preloaded, thus not instrumented. diff --git a/jps-plugin/testData/general/DevKitProject/resources/META-INF/plugin.xml b/jps-plugin/testData/general/DevKitProject/resources/META-INF/plugin.xml index ab17bc2725534281c23a7f1b464f482c7823ee79..736cd1df218b5b8c047fff41a31f1ba2841c094d 100644 --- a/jps-plugin/testData/general/DevKitProject/resources/META-INF/plugin.xml +++ b/jps-plugin/testData/general/DevKitProject/resources/META-INF/plugin.xml @@ -2,7 +2,7 @@ com.your.company.unique.plugin.id Plugin display name here 1.0 - YourCompany + YourCompany diff --git a/js/ReadMe.md b/js/ReadMe.md index f17ea0a7c814a85cdca18a5a8b56a454b56c2a3f..de5ab2d4f04543a0a30f679c6276dfe2a89b017c 100644 --- a/js/ReadMe.md +++ b/js/ReadMe.md @@ -11,7 +11,7 @@ The Kotlin Standard Library for JS is built with gradle, see the corresponding m ## Reusing JVM based test cases in JavaScript -Any Kotlin test cases using the **org.junit.Test** annotation and the [kotlin.test](../libraries/kotlin.test) package, such as [this test case](../libraries/stdlib/test/text/StringNumberConversionTest.kt#L16) are automatically converted to JavaScript using [QUnit](http://qunitjs.com/). +Any Kotlin test cases using the **org.junit.Test** annotation and the [kotlin.test](../libraries/kotlin.test) package, such as [this test case](../libraries/stdlib/test/text/StringNumberConversionTest.kt#L16) are automatically converted to JavaScript using [QUnit](https://qunitjs.com/). This allows the test cases to be [run directly in a web page in any web browser](../libraries/stdlib/js/ReadMe.md). diff --git a/js/npm/templates/kotlin-compiler/README.md b/js/npm/templates/kotlin-compiler/README.md index bd6010e9e5c8ad89c342116b42a6b01b3586c977..99be9e34bb842bbfa0a31ecc7d7d2fb098bc3410 100644 --- a/js/npm/templates/kotlin-compiler/README.md +++ b/js/npm/templates/kotlin-compiler/README.md @@ -1,20 +1,20 @@ # Kotlin Programming Language -Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links: +Welcome to [Kotlin](https://kotlinlang.org/)! Some handy links: - * [Kotlin Site](http://kotlinlang.org/) - * [Getting Started Guide](http://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) - * [Try Kotlin](http://try.kotlinlang.org/) - * [Kotlin Standard Library](http://kotlinlang.org/api/latest/jvm/stdlib/index.html) - * [Issue Tracker](http://youtrack.jetbrains.com/issues/KT) + * [Kotlin Site](https://kotlinlang.org/) + * [Getting Started Guide](https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) + * [Try Kotlin](https://try.kotlinlang.org/) + * [Kotlin Standard Library](https://kotlinlang.org/api/latest/jvm/stdlib/index.html) + * [Issue Tracker](https://youtrack.jetbrains.com/issues/KT) * [Forum](https://discuss.kotlinlang.org/) - * [Kotlin Blog](http://blog.jetbrains.com/kotlin/) + * [Kotlin Blog](https://blog.jetbrains.com/kotlin/) * [Follow Kotlin on Twitter](https://twitter.com/kotlin) - * [Public Slack channel](http://slack.kotlinlang.org/) + * [Public Slack channel](https://slack.kotlinlang.org/) * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) ## Editing Kotlin * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html) - * [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) + * [Kotlin Eclipse Plugin](https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) * [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package) diff --git a/js/npm/templates/kotlin-test/README.md b/js/npm/templates/kotlin-test/README.md index c9e3aa347e36faad9f30e0da0784e1085b9b5cfd..3ba84e57c9e37313725b337ab0a1e48cfa2b0ea0 100644 --- a/js/npm/templates/kotlin-test/README.md +++ b/js/npm/templates/kotlin-test/README.md @@ -5,7 +5,7 @@ compiler output for performing assertions in tests, independently of the test fr The library includes out-of-the-box support for [Jasmine](https://jasmine.github.io/), [Mocha](https://mochajs.org/), [Jest](https://facebook.github.io/jest/), -and [QUnit](http://qunitjs.com). +and [QUnit](https://qunitjs.com). Try out the [examples](https://github.com/JetBrains/kotlin-examples/tree/master/gradle/js-tests), read the [forum post](https://discuss.kotlinlang.org/t/unit-testing-in-kotlin-js/3943) @@ -14,19 +14,19 @@ for more information. ## Handy links - * [Kotlin Site](http://kotlinlang.org/) - * [Getting Started Guide](http://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) - * [Try Kotlin](http://try.kotlinlang.org/) - * [Kotlin Standard Library](http://kotlinlang.org/api/latest/jvm/stdlib/index.html) - * [Issue Tracker](http://youtrack.jetbrains.com/issues/KT) + * [Kotlin Site](https://kotlinlang.org/) + * [Getting Started Guide](https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) + * [Try Kotlin](https://try.kotlinlang.org/) + * [Kotlin Standard Library](https://kotlinlang.org/api/latest/jvm/stdlib/index.html) + * [Issue Tracker](https://youtrack.jetbrains.com/issues/KT) * [Forum](https://discuss.kotlinlang.org/) - * [Kotlin Blog](http://blog.jetbrains.com/kotlin/) + * [Kotlin Blog](https://blog.jetbrains.com/kotlin/) * [Follow Kotlin on Twitter](https://twitter.com/kotlin) - * [Public Slack channel](http://slack.kotlinlang.org/) + * [Public Slack channel](https://slack.kotlinlang.org/) * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) ## Editing Kotlin * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html) - * [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) + * [Kotlin Eclipse Plugin](https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) * [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package) diff --git a/js/npm/templates/kotlin/README.md b/js/npm/templates/kotlin/README.md index bd6010e9e5c8ad89c342116b42a6b01b3586c977..99be9e34bb842bbfa0a31ecc7d7d2fb098bc3410 100644 --- a/js/npm/templates/kotlin/README.md +++ b/js/npm/templates/kotlin/README.md @@ -1,20 +1,20 @@ # Kotlin Programming Language -Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links: +Welcome to [Kotlin](https://kotlinlang.org/)! Some handy links: - * [Kotlin Site](http://kotlinlang.org/) - * [Getting Started Guide](http://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) - * [Try Kotlin](http://try.kotlinlang.org/) - * [Kotlin Standard Library](http://kotlinlang.org/api/latest/jvm/stdlib/index.html) - * [Issue Tracker](http://youtrack.jetbrains.com/issues/KT) + * [Kotlin Site](https://kotlinlang.org/) + * [Getting Started Guide](https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html) + * [Try Kotlin](https://try.kotlinlang.org/) + * [Kotlin Standard Library](https://kotlinlang.org/api/latest/jvm/stdlib/index.html) + * [Issue Tracker](https://youtrack.jetbrains.com/issues/KT) * [Forum](https://discuss.kotlinlang.org/) - * [Kotlin Blog](http://blog.jetbrains.com/kotlin/) + * [Kotlin Blog](https://blog.jetbrains.com/kotlin/) * [Follow Kotlin on Twitter](https://twitter.com/kotlin) - * [Public Slack channel](http://slack.kotlinlang.org/) + * [Public Slack channel](https://slack.kotlinlang.org/) * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) ## Editing Kotlin * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html) - * [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) + * [Kotlin Eclipse Plugin](https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html) * [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package) diff --git a/libraries/ReadMe.md b/libraries/ReadMe.md index e95486c48e5a640b88b0178daaa6e7d72f3f812e..4ad403c825d73df9ee78c7c109ca12cda68d94b1 100644 --- a/libraries/ReadMe.md +++ b/libraries/ReadMe.md @@ -22,7 +22,7 @@ You can work with the maven modules of this maven project in IDEA from the [root ### Building -You need to install a recent (at least 3.3) [Maven](http://maven.apache.org/) distribution. +You need to install a recent (at least 3.3) [Maven](https://maven.apache.org/) distribution. Before building this Maven project you need to build and install the required artifacts built with Gradle to the local maven repository, by issuing the following command in the root project: diff --git a/libraries/build-docs.xml b/libraries/build-docs.xml index 89144f3bd9ea7709e8e8119818d3988b3b7ae37e..eaa8d26381b62b40838a1701445261a0c6cacf6d 100644 --- a/libraries/build-docs.xml +++ b/libraries/build-docs.xml @@ -75,7 +75,7 @@ - + @@ -93,9 +93,9 @@ - + - + diff --git a/libraries/examples/browser-example-with-library/ReadMe.md b/libraries/examples/browser-example-with-library/ReadMe.md index bc8db4927353a5f8b305b6dc5601045fc0405e48..690da4ab562cc179de92609c234e8f93c24af300 100644 --- a/libraries/examples/browser-example-with-library/ReadMe.md +++ b/libraries/examples/browser-example-with-library/ReadMe.md @@ -2,7 +2,7 @@ This (really simple ;) application shows how to use Kotlin and the maven plugin to generate JavaScript and invoke it from inside a HTML web page. -The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example-with-library/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML. +The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example-with-library/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](https://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML. ### Running the sample in a web browser diff --git a/libraries/examples/browser-example/ReadMe.md b/libraries/examples/browser-example/ReadMe.md index 5d2725bdfb72ba22d4cbaa0356c834f2697596c5..defc3a492d549d67a0ac17d9ada98c4cc9bdd920 100644 --- a/libraries/examples/browser-example/ReadMe.md +++ b/libraries/examples/browser-example/ReadMe.md @@ -2,7 +2,7 @@ This (really simple ;) application shows how to use Kotlin and the maven plugin to generate JavaScript and invoke it from inside a HTML web page. -The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML. +The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](https://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML. ### Running the sample in a web browser @@ -14,11 +14,11 @@ To run the example try: This should open a browser which then shows some simple HTML which then includes some dynamically generated content. -## Running the sample on Java 7 with JavaFX and [kool.io](http://kool.io/)'s browser +## Running the sample on Java 7 with JavaFX and [kool.io](https://kool.io/)'s browser You can also run the sample as Java code on a JVM using JavaFX (which includes its own webkit rendering engine for HTML / CSS / JS support) using the [kool.io JavaFX browser](https://github.com/koolio/kool/blob/master/samples/kool-template-sample/ReadMe.md). -First you need to install [Java 7 update 4](http://www.oracle.com/technetwork/java/javase/overview/index.html) or later which ships with JavaFX. +First you need to install [Java 7 update 4](https://www.oracle.com/technetwork/java/javase/overview/index.html) or later which ships with JavaFX. You will need to setup **JAVA_HOME** and **PATH** environment variables to point to the latest JDK. If you install Java 7 and use a Mac you might want to run this first... diff --git a/libraries/stdlib/ReadMe.md b/libraries/stdlib/ReadMe.md index 12f6d37c5514526f4baec191a4c00e4ecc83a80f..5903b055be78574e014ce18fb5e9c3da3991e160 100644 --- a/libraries/stdlib/ReadMe.md +++ b/libraries/stdlib/ReadMe.md @@ -1,6 +1,6 @@ ## The Kotlin Standard Library -This module creates the [standard library for Kotlin](http://kotlinlang.org/api/latest/jvm/stdlib/index.html). +This module creates the [standard library for Kotlin](https://kotlinlang.org/api/latest/jvm/stdlib/index.html). ### Notes for contributors diff --git a/libraries/stdlib/samples/ReadMe.md b/libraries/stdlib/samples/ReadMe.md index ee3959b2c81458fb4388d6fc3f17c05aec2d6339..971ef747de8e7e6ae2c801b88115a13d6a7e622b 100644 --- a/libraries/stdlib/samples/ReadMe.md +++ b/libraries/stdlib/samples/ReadMe.md @@ -3,7 +3,7 @@ This project contains samples for the standard library functions. They are located in the [test](test) source root and each sample is written like a small unit test. Then these samples are referenced in the documentation of the standard library functions -with the [`@sample`](http://kotlinlang.org/docs/reference/kotlin-doc.html#block-tags) tag and are embedded in the generated documentation as runnable samples. +with the [`@sample`](https://kotlinlang.org/docs/reference/kotlin-doc.html#block-tags) tag and are embedded in the generated documentation as runnable samples. ### Guides for sample authoring