Skip to content

Commit 2404af6

Browse files
committed
Update repo link
1 parent ca6cdd0 commit 2404af6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bitcode tools for Kotlin/Native projects 🄺🄽🐘
22

33
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
4-
[![Checks](https://github.com/GlebSolovev/bitcode-tools/actions/workflows/checks.yaml/badge.svg?branch=main)](https://github.com/GlebSolovev/bitcode-tools/actions/workflows/checks.yaml)
4+
[![Checks](https://github.com/JetBrains-Research/bitcode-tools/actions/workflows/checks.yaml/badge.svg?branch=main)](https://github.com/JetBrains-Research/bitcode-tools/actions/workflows/checks.yaml)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
66
[![Contributions welcome](https://img.shields.io/badge/Contributions-welcome-brightgreen.svg?style=flat)](#contributing--developing)
77

@@ -110,7 +110,7 @@ The standard way to install a Gradle plugin is to obtain it from *Maven Reposito
110110
Clone this repository into a new directory locally. It's recommended not to make it a subproject of some Gradle project, since it may require additional configuration.
111111
```bash
112112
# clones the repo into a new folder `bitcode-analysis-plugin`
113-
git clone https://github.com/GlebSolovev/bitcode-tools.git bitcode-analysis-plugin
113+
git clone https://github.com/JetBrains-Research/bitcode-tools bitcode-analysis-plugin
114114
```
115115
Now link the folder with the plugin repository to your Kotlin/Native project. To do that, add the following code into the `settings.gradle.kts` file of your project.
116116
```kotlin

plugin-build/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ VERSION=1.0.0
33
GROUP=org.jetbrains.bitcodetools
44
DISPLAY_NAME=Gradle tools to analyze bitcode of a Kotlin/Native project
55
DESCRIPTION=Gradle plugin providing tools for Kotlin/Native bitcode analysis: obtain bitcode, make it human-readable, extract its desired parts.
6-
WEBSITE=https://github.com/GlebSolovev/bitcode-tools
7-
VCS_URL=https://github.com/GlebSolovev/bitcode-tools
6+
WEBSITE=https://github.com/JetBrains-Research/bitcode-tools
7+
VCS_URL=https://github.com/JetBrains-Research/bitcode-tools
88
IMPLEMENTATION_CLASS=org.jetbrains.bitcodetools.plugin.BitcodeAnalysisPlugin

0 commit comments

Comments
 (0)