Przeglądaj źródła

Use 'latest' tag in download link

Double Sine 6 lat temu
rodzic
commit
a7d282d608
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      doc/how-to-use.linux.md
  2. 1 1
      doc/how-to-use.linux.zh-CN.md

+ 1 - 1
doc/how-to-use.linux.md

@@ -30,7 +30,7 @@
    > The 64-bit executable file is downloaded here. If you use 32-bit, please download the corresponding version.
 
    ```console
-   $ curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
+   $ curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/latest/download/navicat-keygen-for-x64.zip && \
    unzip navicat-keygen-for-x64.zip
    ```
 

+ 1 - 1
doc/how-to-use.linux.zh-CN.md

@@ -28,7 +28,7 @@
     > 此处下载的是64位的可执行文件,若您使用32位,请下载对应版本
 
     ```console
-    $ curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/download/v3.1/navicat-keygen-for-x64.zip && \
+    $ curl -O -L https://github.com/DoubleLabyrinth/navicat-keygen/releases/latest/download/navicat-keygen-for-x64.zip && \
     unzip navicat-keygen-for-x64.zip
     ```