Skip to content

Commit

Permalink
Changing the download path
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianAndroid committed Aug 20, 2021
1 parent 76e8db0 commit 4083e7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CodeLocator is a toolset that includes Android SDK and Android Studio plugins. I
## Integration
The followings describe how to use CodeLocator:

1. Install CodeLocator in Android Studio ([Click here to download plugin](https://github.com/bytedance/CodeLocator/releases/download/1.2.1/CodeLocatorPlugin-1.2.1.zip))
1. Install CodeLocator in Android Studio ([Click here to download plugin](https://github.com/bytedance/CodeLocator/releases))
2. Integrate CodeLocator into the application

```gradle
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CodeLocator是一个包含Android SDK 与 Android Studio插件的Android工具
## 集成说明
按照如下操作即可使用CodeLocator:

1. 在Android Studio中安装CodeLocator插件([点此下载最新版插件](https://github.com/bytedance/CodeLocator/releases/download/1.2.1/CodeLocatorPlugin-1.2.1.zip))
1. 在Android Studio中安装CodeLocator插件([点此下载最新版插件](https://github.com/bytedance/CodeLocator/releases))
2. App中集成CodeLocator

```gradle
Expand Down
2 changes: 1 addition & 1 deletion how_to_use_codelocator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ English | **[简体中文](how_to_use_codelocator_zh.md)**
# CodeLocator Instructions

## 1. Install Plugin
[Click here to download plugin](https://github.com/bytedance/CodeLocator/releases/download/1.2.1/CodeLocatorPlugin-1.2.1.zip)
[Click here to download plugin](https://github.com/bytedance/CodeLocator/releases)

Select Android Studio > Preferences > Plugins > Install Plugin from Disk

Expand Down
2 changes: 1 addition & 1 deletion how_to_use_codelocator_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CodeLocator使用说明

## 1. 安装插件
[点此下载最新版插件](https://github.com/bytedance/CodeLocator/releases/download/1.2.1/CodeLocatorPlugin-1.2.1.zip)
[点此下载最新版插件](https://github.com/bytedance/CodeLocator/releases)

选择 Android Studio > Preferences > Plugins > Install Plugin from Disk

Expand Down

0 comments on commit 4083e7a

Please sign in to comment.