You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/21 02:23:45 UTC

[05/16] docs commit: Fixing image links in docs.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/2.0.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/2.0.0/guide/getting-started/windows-phone/index.md b/www/docs/ko/2.0.0/guide/getting-started/windows-phone/index.md
index 0b75950..bf0059b 100644
--- a/www/docs/ko/2.0.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/ko/2.0.0/guide/getting-started/windows-phone/index.md
@@ -63,7 +63,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
-    ![](img/guide/getting-started/windows-phone/wpnewproj.png)
+    ![]({{ site.baseurl }}/static/img/guide/getting-started/windows-phone/wpnewproj.png)
 
  
 4. Review the project structure
@@ -72,7 +72,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - The 'www' folder contains your Cordova html/js/css and any other resources included in your app.
 - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. 
 
-    ![](img/guide/getting-started/windows-phone/wp7projectstructure.png)
+    ![]({{ site.baseurl }}/static/img/guide/getting-started/windows-phone/wp7projectstructure.png)
 
 
 5. Build and Deploy to Emulator
@@ -81,8 +81,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu.
 - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone/wprun.png)
-    ![](img/guide/getting-started/windows-phone/wpfirstrun.png)
+    ![]({{ site.baseurl }}/static/img/guide/getting-started/windows-phone/wprun.png)
+    ![]({{ site.baseurl }}/static/img/guide/getting-started/windows-phone/wpfirstrun.png)
 
 
 6. Build your project for the device
@@ -94,7 +94,7 @@ In order to test your application on a device, the device must be registered. Cl
 - In Visual Studio, select 'Windows Phone [Device](../../../cordova/device/device.html)' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
-    ![](img/guide/getting-started/windows-phone/wpd.png)
+    ![]({{ site.baseurl }}/static/img/guide/getting-started/windows-phone/wpd.png)
 
 
 Done!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/cli/index.md b/www/docs/ko/3.1.0/guide/cli/index.md
index c69a47e..942393d 100644
--- a/www/docs/ko/3.1.0/guide/cli/index.md
+++ b/www/docs/ko/3.1.0/guide/cli/index.md
@@ -145,13 +145,13 @@ XREF -->
 
 ![][2]
 
- [2]: img/guide/cli/android_emulate_init.png
+ [2]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png
 
 함께 위로 다음는 `cordova emulate` 명령 에뮬레이터 이미지 홈 화면에서 실행을 위해 사용할 수 있는 최신 응용 프로그램 표시를 새로 고칩니다.
 
 ![][3]
 
- [3]: img/guide/cli/android_emulate_install.png
+ [3]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png
 
 또는 당신의 컴퓨터에 휴대폰을 [연결](../../cordova/connection/connection.html) 하 고 직접 응용 프로그램을 테스트:
 
@@ -284,4 +284,4 @@ info` 다른 사용 가능한 버전 번호와 함께 현재 버전을 포함 
         $ npm info cordova
     
 
-코르 도우 바 3.0은이 섹션에서 설명 하는 명령줄 인터페이스를 지 원하는 최초의 버전. 위에서 설명한 대로 새 프로젝트를 만든 다음 자산 이전 응용 프로그램의 최상위에 복사를 해야 3.0 이전 버전에서 업데이트 하는 경우 `www` 디렉터리. 해당 되는 추가 3.0 업그레이드에 대 한 자세한 내용은 플랫폼 가이드에서 사용할 수 있습니다. 일단 업그레이드는 `cordova` 명령줄 인터페이스 및 사용 `npm update` 최신, 거기 설명 하는 더 많은 시간이 걸리는 절차는 더 이상 관련.
\ No newline at end of file
+코르 도우 바 3.0은이 섹션에서 설명 하는 명령줄 인터페이스를 지 원하는 최초의 버전. 위에서 설명한 대로 새 프로젝트를 만든 다음 자산 이전 응용 프로그램의 최상위에 복사를 해야 3.0 이전 버전에서 업데이트 하는 경우 `www` 디렉터리. 해당 되는 추가 3.0 업그레이드에 대 한 자세한 내용은 플랫폼 가이드에서 사용할 수 있습니다. 일단 업그레이드는 `cordova` 명령줄 인터페이스 및 사용 `npm update` 최신, 거기 설명 하는 더 많은 시간이 걸리는 절차는 더 이상 관련.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/android/index.md b/www/docs/ko/3.1.0/guide/platforms/android/index.md
index 67f37a0..d51bea5 100644
--- a/www/docs/ko/3.1.0/guide/platforms/android/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/android/index.md
@@ -107,7 +107,7 @@ NOTE, doc said:
 
 *   **완료** 를 누르면합니다.
 
- [4]: img/guide/platforms/android/eclipse_new_project.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -131,37 +131,37 @@ NOTE, doc said:
     
     ![][5]
 
- [5]: img/guide/platforms/android/eclipse_android_sdk_button.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png
 
 일단 오픈, 안 드 로이드 SDK 관리자는 다양 한 런타임 라이브러리를 표시 합니다.
 
 ![][6]
 
- [6]: img/guide/platforms/android/asdk_window.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png
 
 **도구 → 관리 AVDs** (안 드 로이드 가상 장치)를 선택한 다음 **장치 정의** 결과 대화 상자에서 모든 항목 선택:
 
 ![][7]
 
- [7]: img/guide/platforms/android/asdk_device.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png
 
 보도 **AVD 생성**, 선택적으로 이름, 수정 변경 내용을 적용 하려면 **확인** 을 누릅니다.
 
 ![][8]
 
- [8]: img/guide/platforms/android/asdk_newAVD.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png
 
 AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][9]
 
- [9]: img/guide/platforms/android/asdk_avds.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png
 
 별도 응용 프로그램으로 에뮬레이터를 열려면는 AVD를 선택 하 고 **시작**을 누릅니다. 하드웨어 단추에 대 한 사용할 수 있는 추가 컨트롤 [장치](../../../cordova/device/device.html) 것 만큼 출시:
 
 ![][10]
 
- [10]: img/guide/platforms/android/asdk_emulator.png
+ [10]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png
 
 이 시점에서 사용할 수 있는 `cordova` 명령줄에서 에뮬레이터에 응용 프로그램을 배포 하려면 유틸리티:
 
@@ -191,4 +191,4 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
         안 드 로이드 실행 $ 코르도바
     
 
-또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.
\ No newline at end of file
+또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/blackberry10/index.md b/www/docs/ko/3.1.0/guide/platforms/blackberry10/index.md
index b798ba4..dcd61bb 100644
--- a/www/docs/ko/3.1.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/blackberry10/index.md
@@ -95,13 +95,13 @@ Mac 및 Linux:
 
 ![][5]
 
- [5]: img/guide/platforms/blackberry10/bb_home.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png
 
 이동 하는 **보안 및 개인 정보 → 개발 모드** 섹션 옵션을 사용 하도록 설정 하 고 IP 주소를 얻기:
 
 ![][6]
 
- [6]: img/guide/platforms/blackberry10/bb_devel.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png
 
 프로젝트에 대 한 블랙베리 10 플랫폼을 설정 하면 명령줄 유틸리티의 추가적인 세트 포함 됩니다. 이 경우 프로젝트 최상위 디렉토리에서 호출 다음 명령을 위에 표시 된 IP 주소와 *뮤* 라는 대상을 [연결](../../../cordova/connection/connection.html) 합니다.
 
@@ -124,7 +124,7 @@ Mac 및 Linux:
 
 ![][7]
 
- [7]: img/guide/platforms/blackberry10/bb_pin.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_pin.png
 
 IP 주소, [장치](../../../cordova/device/device.html) 암호 및 핀 이름을 연결할 대상 명령줄 유틸리티를 실행 합니다.
 
@@ -177,4 +177,4 @@ IP 주소, [장치](../../../cordova/device/device.html) 암호 및 핀 이름
     
     $ 플랫폼/blackberry10/코르도바/빌드-릴리스-keystorepass mysecret
 
-`--keystorepass`옵션에 서명 하 여 컴퓨터를 구성할 때 정의 하는 암호를 지정 합니다. 응용 프로그램.
\ No newline at end of file
+`--keystorepass`옵션에 서명 하 여 컴퓨터를 구성할 때 정의 하는 암호를 지정 합니다. 응용 프로그램.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/ios/index.md b/www/docs/ko/3.1.0/guide/platforms/ios/index.md
index 0df7433..90cf1e2 100644
--- a/www/docs/ko/3.1.0/guide/platforms/ios/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/ios/index.md
@@ -67,7 +67,7 @@ Xcode 설치 되 면 여러 명령줄 도구 실행 코르도바를 사용 하
 
 ![][4]
 
- [4]: img/guide/platforms/ios/helloworld_project.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png
 
 ## 에뮬레이터에 배포
 
@@ -87,8 +87,8 @@ IOS 에뮬레이터에서 응용 프로그램을 미리 [보기](../../../cordov
     
     하나의 에뮬레이터는 한 번에 실행 될 수 있습니다 다른 에뮬레이터에서 응용 프로그램을 테스트 하려면 에뮬레이터 응용 프로그램을 종료 하 고 Xcode 내에서 서로 다른 목표를 실행 해야 합니다.
 
- [5]: img/guide/platforms/ios/select_xcode_scheme.png
- [6]: img/guide/platforms/ios/HelloWorldStandard.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png
 
 Xcode 용 에뮬레이터와 함께 번들로 제공 된 최신 버전의 iPhone 및 iPad. 이전 버전에서 사용할 수 있는 **Xcode → 환경 설정 → 다운로드 → 구성 요소** 패널.
 
@@ -150,7 +150,7 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
     
     ![][9]
 
- [9]: img/guide/platforms/ios/xcode_build_location.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png
 
 이것이 새로운 Xcode 설치의 기본 설정은 이지만 Xcode의 이전 버전에서 업그레이 드에 따라 다르게 설정할 수 있습니다.
 
@@ -174,4 +174,4 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
  [13]: https://developer.apple.com/videos/wwdc/2012/
  [14]: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
 
-(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)
\ No newline at end of file
+(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/tizen/index.md b/www/docs/ko/3.1.0/guide/platforms/tizen/index.md
index efd8e34..d2c8e88 100644
--- a/www/docs/ko/3.1.0/guide/platforms/tizen/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/tizen/index.md
@@ -50,11 +50,11 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -82,15 +82,15 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][4]
 
- [2]: img/guide/platforms/tizen/import_project.png
- [3]: img/guide/platforms/tizen/import_widget.png
- [4]: img/guide/platforms/tizen/project_explorer.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png
 
 프로젝트를 다시 작성 하려면 **프로젝트 탐색기** 보기에서 마우스 오른쪽 단추로 클릭 하 고 **프로젝트 빌드**를 선택 합니다.
 
 ![][5]
 
- [5]: img/guide/platforms/tizen/build_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png
 
 프로젝트의 루트 디렉터리에 있는 *hello.wgt* 와 같은 위젯 패키지 [파일](../../../cordova/file/fileobj/fileobj.html) 생성 해야 합니다.
 
@@ -100,7 +100,7 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
 
 ![][6]
 
- [6]: img/guide/platforms/tizen/runas_web_sim_app.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png
 
 ## 장치에 배포
 
@@ -114,5 +114,5 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][8]
 
- [7]: img/guide/platforms/tizen/connection_explorer.png
- [8]: img/guide/platforms/tizen/runas_web_app.png
\ No newline at end of file
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/win8/index.md b/www/docs/ko/3.1.0/guide/platforms/win8/index.md
index 3c0dacc..15319aa 100644
--- a/www/docs/ko/3.1.0/guide/platforms/win8/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/win8/index.md
@@ -68,8 +68,8 @@ title: Windows 8 플랫폼 가이드
 
 *   편집에 대 한 코드 `index.html` . 에 대 한 참조를 추가할 `cordova.js` . 이렇게 하려면 수동으로, 또는 솔루션 탐색기에서 파일을 드래그 하 여.
 
- [4]: img/guide/platforms/win8/wsnewproject.png
- [5]: img/guide/platforms/win8/wschangemanifest.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png
 
 ### 참조 추가...
 
@@ -103,8 +103,8 @@ title: Windows 8 플랫폼 가이드
     
     ![][6]
 
- [6]: img/guide/platforms/win8/wsalert.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png
 
 ## 끝 났 어!
 
-그 거 야! 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.
\ No newline at end of file
+그 거 야! 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/wp7/index.md b/www/docs/ko/3.1.0/guide/platforms/wp7/index.md
index 68d540a..b977d37 100644
--- a/www/docs/ko/3.1.0/guide/platforms/wp7/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/wp7/index.md
@@ -94,7 +94,7 @@ title: Windows Phone 7 플랫폼 가이드
 
 ![][5]
 
- [5]: img/guide/platforms/wp8/projectStructure.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 6. 장치에 대 한 프로젝트를 빌드
 
@@ -110,6 +110,6 @@ title: Windows Phone 7 플랫폼 가이드
 
 ![][7]
 
- [7]: img/guide/platforms/wp7/wpd.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
-## 끝 났 어!
\ No newline at end of file
+## 끝 났 어!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.1.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/guide/platforms/wp8/index.md b/www/docs/ko/3.1.0/guide/platforms/wp8/index.md
index 2d74a1f..5c2524f 100644
--- a/www/docs/ko/3.1.0/guide/platforms/wp8/index.md
+++ b/www/docs/ko/3.1.0/guide/platforms/wp8/index.md
@@ -106,7 +106,7 @@ title: Windows Phone 플랫폼 가이드 8
 
 ![][7]
 
- [7]: img/guide/platforms/wp8/StandAloneTemplate.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png
 
 ## 4. 프로젝트 구조를 검토
 
@@ -118,7 +118,7 @@ title: Windows Phone 플랫폼 가이드 8
 
 ![][8]
 
- [8]: img/guide/platforms/wp8/projectStructure.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 5. 빌드하고 에뮬레이터에 배포
 
@@ -128,7 +128,7 @@ title: Windows Phone 플랫폼 가이드 8
 
 ![][9]
 
- [9]: img/guide/platforms/wp8/BuildEmulator.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png
 
 ## 6. 장치에 대 한 프로젝트를 빌드
 
@@ -144,7 +144,7 @@ title: Windows Phone 플랫폼 가이드 8
 
 ![][11]
 
- [11]: img/guide/platforms/wp7/wpd.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
 ## 끝 났 어!
 
@@ -152,4 +152,4 @@ title: Windows Phone 플랫폼 가이드 8
 
 특정 차이점 IE10 및 웹 킷 브라우저 및 지 원하는 방법에 대 한 자세한 내용은 모두 MS 유용한 [가이드는 여기][12] 있다
 
- [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx
\ No newline at end of file
+ [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/cli/index.md b/www/docs/ko/3.4.0/guide/cli/index.md
index 91b00b6..86fde78 100644
--- a/www/docs/ko/3.4.0/guide/cli/index.md
+++ b/www/docs/ko/3.4.0/guide/cli/index.md
@@ -159,13 +159,13 @@ Windows 시스템에서 이러한 실행 *wp* Windows Phone 운영 체제의 다
 
 ![][2]
 
- [2]: img/guide/cli/android_emulate_init.png
+ [2]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png
 
 함께 위로 다음는 `cordova emulate` 명령 에뮬레이터 이미지 홈 화면에서 실행을 위해 사용할 수 있는 최신 응용 프로그램 표시를 새로 고칩니다.
 
 ![][3]
 
- [3]: img/guide/cli/android_emulate_install.png
+ [3]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png
 
 또는 당신의 컴퓨터에 휴대폰을 연결 하 고 직접 응용 프로그램을 테스트:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/amazonfireos/index.md b/www/docs/ko/3.4.0/guide/platforms/amazonfireos/index.md
index de6ca85..d432687 100644
--- a/www/docs/ko/3.4.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/amazonfireos/index.md
@@ -110,7 +110,7 @@ title: 아마존 화재 OS 플랫폼 가이드
 
 *   **완료** 를 누르면합니다.
 
- [3]: img/guide/platforms//eclipse_new_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms//eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -137,4 +137,4 @@ title: 아마존 화재 OS 플랫폼 가이드
 
 또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.
 
-**참고**: 현재, 에뮬레이터를 통해 테스트는 지원 되지 않습니다 아마존 WebView 기반 애플 리 케이 션을 위한.
\ No newline at end of file
+**참고**: 현재, 에뮬레이터를 통해 테스트는 지원 되지 않습니다 아마존 WebView 기반 애플 리 케이 션을 위한.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/android/index.md b/www/docs/ko/3.4.0/guide/platforms/android/index.md
index 3764671..37b7073 100644
--- a/www/docs/ko/3.4.0/guide/platforms/android/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/android/index.md
@@ -113,7 +113,7 @@ NOTE, doc said:
 
 *   **완료** 를 누르면합니다.
 
- [5]: img/guide/platforms/android/eclipse_new_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -137,37 +137,37 @@ NOTE, doc said:
     
     ![][6]
 
- [6]: img/guide/platforms/android/eclipse_android_sdk_button.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png
 
 일단 오픈, 안 드 로이드 SDK 관리자는 다양 한 런타임 라이브러리를 표시 합니다.
 
 ![][7]
 
- [7]: img/guide/platforms/android/asdk_window.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png
 
 **도구 → 관리 AVDs** (안 드 로이드 가상 장치)를 선택한 다음 **장치 정의** 결과 대화 상자에서 모든 항목 선택:
 
 ![][8]
 
- [8]: img/guide/platforms/android/asdk_device.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png
 
 보도 **AVD 생성**, 선택적으로 이름, 수정 변경 내용을 적용 하려면 **확인** 을 누릅니다.
 
 ![][9]
 
- [9]: img/guide/platforms/android/asdk_newAVD.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png
 
 AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][10]
 
- [10]: img/guide/platforms/android/asdk_avds.png
+ [10]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png
 
 별도 응용 프로그램으로 에뮬레이터를 열려면는 AVD를 선택 하 고 **시작**을 누릅니다. 하드웨어 단추에 대 한 사용할 수 있는 추가 컨트롤 장치 것 만큼 출시:
 
 ![][11]
 
- [11]: img/guide/platforms/android/asdk_emulator.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png
 
 이 시점에서 사용할 수 있는 `cordova` 명령줄에서 에뮬레이터에 응용 프로그램을 배포 하려면 유틸리티:
 
@@ -197,4 +197,4 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
         $ cordova run android
     
 
-또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.
\ No newline at end of file
+또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/blackberry10/index.md b/www/docs/ko/3.4.0/guide/platforms/blackberry10/index.md
index 801a527..63512b4 100644
--- a/www/docs/ko/3.4.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/blackberry10/index.md
@@ -94,13 +94,13 @@ Mac 및 Linux:
 
 ![][3]
 
- [3]: img/guide/platforms/blackberry10/bb_home.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png
 
 이동 하는 **보안 및 개인 정보 → 개발 모드** 섹션 및 옵션을 사용:
 
 ![][4]
 
- [4]: img/guide/platforms/blackberry10/bb_devel.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png
 
 그런 다음 실행 하는 `emulate` 명령을 응용 프로그램을 볼 수:
 
@@ -154,4 +154,4 @@ Mac 및 Linux:
 
 목표를 정의한 후 실행된 명령을 사용 하 여 제공할 수 있습니다 `--target` .
 
-    $ cordova run blackberry10 --target=emu
\ No newline at end of file
+    $ cordova run blackberry10 --target=emu

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/ios/index.md b/www/docs/ko/3.4.0/guide/platforms/ios/index.md
index 149b59b..1cbfe51 100644
--- a/www/docs/ko/3.4.0/guide/platforms/ios/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/ios/index.md
@@ -67,7 +67,7 @@ Xcode 설치 되 면 여러 명령줄 도구 실행 코르도바를 사용 하
 
 ![][4]
 
- [4]: img/guide/platforms/ios/helloworld_project.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png
 
 ## 에뮬레이터에 배포
 
@@ -87,8 +87,8 @@ IOS 에뮬레이터에서 응용 프로그램을 미리 보기:
     
     하나의 에뮬레이터는 한 번에 실행 될 수 있습니다 다른 에뮬레이터에서 응용 프로그램을 테스트 하려면 에뮬레이터 응용 프로그램을 종료 하 고 Xcode 내에서 서로 다른 목표를 실행 해야 합니다.
 
- [5]: img/guide/platforms/ios/select_xcode_scheme.png
- [6]: img/guide/platforms/ios/HelloWorldStandard.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png
 
 Xcode 용 에뮬레이터와 함께 번들로 제공 된 최신 버전의 iPhone 및 iPad. 이전 버전에서 사용할 수 있는 **Xcode → 환경 설정 → 다운로드 → 구성 요소** 패널.
 
@@ -150,7 +150,7 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
     
     ![][9]
 
- [9]: img/guide/platforms/ios/xcode_build_location.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png
 
 이것이 새로운 Xcode 설치의 기본 설정은 이지만 Xcode의 이전 버전에서 업그레이 드에 따라 다르게 설정할 수 있습니다.
 
@@ -174,4 +174,4 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
  [13]: https://developer.apple.com/videos/wwdc/2012/
  [14]: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
 
-(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)
\ No newline at end of file
+(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/tizen/index.md b/www/docs/ko/3.4.0/guide/platforms/tizen/index.md
index 1605dbf..cbfcd16 100644
--- a/www/docs/ko/3.4.0/guide/platforms/tizen/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/tizen/index.md
@@ -50,11 +50,11 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -82,15 +82,15 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][4]
 
- [2]: img/guide/platforms/tizen/import_project.png
- [3]: img/guide/platforms/tizen/import_widget.png
- [4]: img/guide/platforms/tizen/project_explorer.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png
 
 프로젝트를 다시 작성 하려면 **프로젝트 탐색기** 보기에서 마우스 오른쪽 단추로 클릭 하 고 **프로젝트 빌드**를 선택 합니다.
 
 ![][5]
 
- [5]: img/guide/platforms/tizen/build_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png
 
 프로젝트의 루트 디렉터리에 있는 *hello.wgt* 와 같은 위젯 패키지 파일 생성 해야 합니다.
 
@@ -100,7 +100,7 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
 
 ![][6]
 
- [6]: img/guide/platforms/tizen/runas_web_sim_app.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png
 
 ## 장치에 배포
 
@@ -114,5 +114,5 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][8]
 
- [7]: img/guide/platforms/tizen/connection_explorer.png
- [8]: img/guide/platforms/tizen/runas_web_app.png
\ No newline at end of file
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/win8/index.md b/www/docs/ko/3.4.0/guide/platforms/win8/index.md
index 6b784f5..c4f4877 100644
--- a/www/docs/ko/3.4.0/guide/platforms/win8/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/win8/index.md
@@ -63,7 +63,7 @@ Visual Studio 2012의 당신의 선호 variant를 설정 합니다. 제품의 
 
 *   Microsoft 사용 하 여 계속 `default.html` 기본 홈 페이지, 하지만 대부분의 웹 개발자 사용으로 `index.html` . 그것은 이렇게, 적어도 당신이 아마에 최선을 다하고 다른 플랫폼에 맞게 하는 것이 좋습니다. 이 문제를 해결, **솔루션 탐색기** 의 이름 바꾸기에는 `default.html` 파일을 `index.html` . 다음 두 번 클릭 합니다 `package.appxmanifest` **시작 페이지** 값을 변경 하 고 `index.html` :
     
-        ![](img/guide/platforms/win8/wschangemanifest.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
         
 
 *   포함 하려면 `cordova.js` 마우스 오른쪽 단추로 프로젝트를 클릭에 `js` **→ 새 항목 추가**선택 하 고 **솔루션 탐색기** 에서 디렉토리. 위치는 `cordova.js` 파일에 `lib\windows-8` 디렉터리.
@@ -96,13 +96,13 @@ Visual Studio 2012의 당신의 선호 variant를 설정 합니다. 제품의 
         </body>
         
 
- [4]: img/guide/platforms/win8/wsnewproject.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png
 
 ## 프로젝트 테스트
 
 Visual Studio에서 프로젝트를 실행 합니다. 표시 메시지 상자가 표시 됩니다.
 
-        ![](img/guide/platforms/win8/wsalert.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
     
 
-바로 그 거 예요입니다. 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.
\ No newline at end of file
+바로 그 거 예요입니다. 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/wp7/index.md b/www/docs/ko/3.4.0/guide/platforms/wp7/index.md
index 53d972d..38e286a 100644
--- a/www/docs/ko/3.4.0/guide/platforms/wp7/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/wp7/index.md
@@ -89,7 +89,7 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][5]
 
- [5]: img/guide/platforms/wp8/projectStructure.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 장치에 대 한 프로젝트를 구축
 
@@ -105,6 +105,6 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][7]
 
- [7]: img/guide/platforms/wp7/wpd.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
-이 시점에서, 당신이 끝났습니다.
\ No newline at end of file
+이 시점에서, 당신이 끝났습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.4.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/guide/platforms/wp8/index.md b/www/docs/ko/3.4.0/guide/platforms/wp8/index.md
index 33a5c70..d255d86 100644
--- a/www/docs/ko/3.4.0/guide/platforms/wp8/index.md
+++ b/www/docs/ko/3.4.0/guide/platforms/wp8/index.md
@@ -107,7 +107,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][7]
 
- [7]: img/guide/platforms/wp8/StandAloneTemplate.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png
 
 ## 프로젝트 구조를 검토
 
@@ -117,7 +117,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][8]
 
- [8]: img/guide/platforms/wp8/projectStructure.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 빌드하고 에뮬레이터에 배포
 
@@ -127,7 +127,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][9]
 
- [9]: img/guide/platforms/wp8/BuildEmulator.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png
 
 ## 장치에 대 한 프로젝트를 구축
 
@@ -143,7 +143,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][11]
 
- [11]: img/guide/platforms/wp7/wpd.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
 이 시점에서, 당신이 끝났습니다.
 
@@ -151,4 +151,4 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 Windows Phone 개발자 블로그 IE10 웹 킷 브라우저와 모두를 지 원하는 방법에 차이에 [유용한 정보][12] 를 제공 합니다.
 
- [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx
\ No newline at end of file
+ [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/cli/index.md b/www/docs/ko/3.5.0/guide/cli/index.md
index 91b00b6..86fde78 100644
--- a/www/docs/ko/3.5.0/guide/cli/index.md
+++ b/www/docs/ko/3.5.0/guide/cli/index.md
@@ -159,13 +159,13 @@ Windows 시스템에서 이러한 실행 *wp* Windows Phone 운영 체제의 다
 
 ![][2]
 
- [2]: img/guide/cli/android_emulate_init.png
+ [2]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png
 
 함께 위로 다음는 `cordova emulate` 명령 에뮬레이터 이미지 홈 화면에서 실행을 위해 사용할 수 있는 최신 응용 프로그램 표시를 새로 고칩니다.
 
 ![][3]
 
- [3]: img/guide/cli/android_emulate_install.png
+ [3]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png
 
 또는 당신의 컴퓨터에 휴대폰을 연결 하 고 직접 응용 프로그램을 테스트:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/amazonfireos/index.md b/www/docs/ko/3.5.0/guide/platforms/amazonfireos/index.md
index de6ca85..d432687 100644
--- a/www/docs/ko/3.5.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/amazonfireos/index.md
@@ -110,7 +110,7 @@ title: 아마존 화재 OS 플랫폼 가이드
 
 *   **완료** 를 누르면합니다.
 
- [3]: img/guide/platforms//eclipse_new_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms//eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -137,4 +137,4 @@ title: 아마존 화재 OS 플랫폼 가이드
 
 또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.
 
-**참고**: 현재, 에뮬레이터를 통해 테스트는 지원 되지 않습니다 아마존 WebView 기반 애플 리 케이 션을 위한.
\ No newline at end of file
+**참고**: 현재, 에뮬레이터를 통해 테스트는 지원 되지 않습니다 아마존 WebView 기반 애플 리 케이 션을 위한.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/android/index.md b/www/docs/ko/3.5.0/guide/platforms/android/index.md
index 3764671..37b7073 100644
--- a/www/docs/ko/3.5.0/guide/platforms/android/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/android/index.md
@@ -113,7 +113,7 @@ NOTE, doc said:
 
 *   **완료** 를 누르면합니다.
 
- [5]: img/guide/platforms/android/eclipse_new_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -137,37 +137,37 @@ NOTE, doc said:
     
     ![][6]
 
- [6]: img/guide/platforms/android/eclipse_android_sdk_button.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_android_sdk_button.png
 
 일단 오픈, 안 드 로이드 SDK 관리자는 다양 한 런타임 라이브러리를 표시 합니다.
 
 ![][7]
 
- [7]: img/guide/platforms/android/asdk_window.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_window.png
 
 **도구 → 관리 AVDs** (안 드 로이드 가상 장치)를 선택한 다음 **장치 정의** 결과 대화 상자에서 모든 항목 선택:
 
 ![][8]
 
- [8]: img/guide/platforms/android/asdk_device.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png
 
 보도 **AVD 생성**, 선택적으로 이름, 수정 변경 내용을 적용 하려면 **확인** 을 누릅니다.
 
 ![][9]
 
- [9]: img/guide/platforms/android/asdk_newAVD.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png
 
 AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][10]
 
- [10]: img/guide/platforms/android/asdk_avds.png
+ [10]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png
 
 별도 응용 프로그램으로 에뮬레이터를 열려면는 AVD를 선택 하 고 **시작**을 누릅니다. 하드웨어 단추에 대 한 사용할 수 있는 추가 컨트롤 장치 것 만큼 출시:
 
 ![][11]
 
- [11]: img/guide/platforms/android/asdk_emulator.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png
 
 이 시점에서 사용할 수 있는 `cordova` 명령줄에서 에뮬레이터에 응용 프로그램을 배포 하려면 유틸리티:
 
@@ -197,4 +197,4 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
         $ cordova run android
     
 
-또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.
\ No newline at end of file
+또는 Eclipse 내에서 프로젝트를 마우스 오른쪽 단추로 클릭 고 **안 드 로이드 응용 프로그램 → 실행** 선택.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/blackberry10/index.md b/www/docs/ko/3.5.0/guide/platforms/blackberry10/index.md
index 801a527..63512b4 100644
--- a/www/docs/ko/3.5.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/blackberry10/index.md
@@ -94,13 +94,13 @@ Mac 및 Linux:
 
 ![][3]
 
- [3]: img/guide/platforms/blackberry10/bb_home.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png
 
 이동 하는 **보안 및 개인 정보 → 개발 모드** 섹션 및 옵션을 사용:
 
 ![][4]
 
- [4]: img/guide/platforms/blackberry10/bb_devel.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png
 
 그런 다음 실행 하는 `emulate` 명령을 응용 프로그램을 볼 수:
 
@@ -154,4 +154,4 @@ Mac 및 Linux:
 
 목표를 정의한 후 실행된 명령을 사용 하 여 제공할 수 있습니다 `--target` .
 
-    $ cordova run blackberry10 --target=emu
\ No newline at end of file
+    $ cordova run blackberry10 --target=emu

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/ios/index.md b/www/docs/ko/3.5.0/guide/platforms/ios/index.md
index 149b59b..1cbfe51 100644
--- a/www/docs/ko/3.5.0/guide/platforms/ios/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/ios/index.md
@@ -67,7 +67,7 @@ Xcode 설치 되 면 여러 명령줄 도구 실행 코르도바를 사용 하
 
 ![][4]
 
- [4]: img/guide/platforms/ios/helloworld_project.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png
 
 ## 에뮬레이터에 배포
 
@@ -87,8 +87,8 @@ IOS 에뮬레이터에서 응용 프로그램을 미리 보기:
     
     하나의 에뮬레이터는 한 번에 실행 될 수 있습니다 다른 에뮬레이터에서 응용 프로그램을 테스트 하려면 에뮬레이터 응용 프로그램을 종료 하 고 Xcode 내에서 서로 다른 목표를 실행 해야 합니다.
 
- [5]: img/guide/platforms/ios/select_xcode_scheme.png
- [6]: img/guide/platforms/ios/HelloWorldStandard.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png
 
 Xcode 용 에뮬레이터와 함께 번들로 제공 된 최신 버전의 iPhone 및 iPad. 이전 버전에서 사용할 수 있는 **Xcode → 환경 설정 → 다운로드 → 구성 요소** 패널.
 
@@ -150,7 +150,7 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
     
     ![][9]
 
- [9]: img/guide/platforms/ios/xcode_build_location.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png
 
 이것이 새로운 Xcode 설치의 기본 설정은 이지만 Xcode의 이전 버전에서 업그레이 드에 따라 다르게 설정할 수 있습니다.
 
@@ -174,4 +174,4 @@ Xcode의에 대 한 경고는 `invokeString` 메서드 사용자 지정 URL에
  [13]: https://developer.apple.com/videos/wwdc/2012/
  [14]: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
 
-(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)
\ No newline at end of file
+(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/tizen/index.md b/www/docs/ko/3.5.0/guide/platforms/tizen/index.md
index 1605dbf..cbfcd16 100644
--- a/www/docs/ko/3.5.0/guide/platforms/tizen/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/tizen/index.md
@@ -50,11 +50,11 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     - Select one of the Tizen Cordova template (e.g: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -82,15 +82,15 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][4]
 
- [2]: img/guide/platforms/tizen/import_project.png
- [3]: img/guide/platforms/tizen/import_widget.png
- [4]: img/guide/platforms/tizen/project_explorer.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png
 
 프로젝트를 다시 작성 하려면 **프로젝트 탐색기** 보기에서 마우스 오른쪽 단추로 클릭 하 고 **프로젝트 빌드**를 선택 합니다.
 
 ![][5]
 
- [5]: img/guide/platforms/tizen/build_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png
 
 프로젝트의 루트 디렉터리에 있는 *hello.wgt* 와 같은 위젯 패키지 파일 생성 해야 합니다.
 
@@ -100,7 +100,7 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
 
 ![][6]
 
- [6]: img/guide/platforms/tizen/runas_web_sim_app.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png
 
 ## 장치에 배포
 
@@ -114,5 +114,5 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][8]
 
- [7]: img/guide/platforms/tizen/connection_explorer.png
- [8]: img/guide/platforms/tizen/runas_web_app.png
\ No newline at end of file
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/win8/index.md b/www/docs/ko/3.5.0/guide/platforms/win8/index.md
index 6b784f5..c4f4877 100644
--- a/www/docs/ko/3.5.0/guide/platforms/win8/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/win8/index.md
@@ -63,7 +63,7 @@ Visual Studio 2012의 당신의 선호 variant를 설정 합니다. 제품의 
 
 *   Microsoft 사용 하 여 계속 `default.html` 기본 홈 페이지, 하지만 대부분의 웹 개발자 사용으로 `index.html` . 그것은 이렇게, 적어도 당신이 아마에 최선을 다하고 다른 플랫폼에 맞게 하는 것이 좋습니다. 이 문제를 해결, **솔루션 탐색기** 의 이름 바꾸기에는 `default.html` 파일을 `index.html` . 다음 두 번 클릭 합니다 `package.appxmanifest` **시작 페이지** 값을 변경 하 고 `index.html` :
     
-        ![](img/guide/platforms/win8/wschangemanifest.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wschangemanifest.png)
         
 
 *   포함 하려면 `cordova.js` 마우스 오른쪽 단추로 프로젝트를 클릭에 `js` **→ 새 항목 추가**선택 하 고 **솔루션 탐색기** 에서 디렉토리. 위치는 `cordova.js` 파일에 `lib\windows-8` 디렉터리.
@@ -96,13 +96,13 @@ Visual Studio 2012의 당신의 선호 variant를 설정 합니다. 제품의 
         </body>
         
 
- [4]: img/guide/platforms/win8/wsnewproject.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/win8/wsnewproject.png
 
 ## 프로젝트 테스트
 
 Visual Studio에서 프로젝트를 실행 합니다. 표시 메시지 상자가 표시 됩니다.
 
-        ![](img/guide/platforms/win8/wsalert.png)
+        ![]({{ site.baseurl }}/static/img/guide/platforms/win8/wsalert.png)
     
 
-바로 그 거 예요입니다. 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.
\ No newline at end of file
+바로 그 거 예요입니다. 지금 코르도바와 Windows 스토어 애플 리 케이 션을 구축할 준비가 되었습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/wp7/index.md b/www/docs/ko/3.5.0/guide/platforms/wp7/index.md
index 53d972d..38e286a 100644
--- a/www/docs/ko/3.5.0/guide/platforms/wp7/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/wp7/index.md
@@ -89,7 +89,7 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][5]
 
- [5]: img/guide/platforms/wp8/projectStructure.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 장치에 대 한 프로젝트를 구축
 
@@ -105,6 +105,6 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][7]
 
- [7]: img/guide/platforms/wp7/wpd.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
-이 시점에서, 당신이 끝났습니다.
\ No newline at end of file
+이 시점에서, 당신이 끝났습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/3.5.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/guide/platforms/wp8/index.md b/www/docs/ko/3.5.0/guide/platforms/wp8/index.md
index 33a5c70..d255d86 100644
--- a/www/docs/ko/3.5.0/guide/platforms/wp8/index.md
+++ b/www/docs/ko/3.5.0/guide/platforms/wp8/index.md
@@ -107,7 +107,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][7]
 
- [7]: img/guide/platforms/wp8/StandAloneTemplate.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp8/StandAloneTemplate.png
 
 ## 프로젝트 구조를 검토
 
@@ -117,7 +117,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][8]
 
- [8]: img/guide/platforms/wp8/projectStructure.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 빌드하고 에뮬레이터에 배포
 
@@ -127,7 +127,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][9]
 
- [9]: img/guide/platforms/wp8/BuildEmulator.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/wp8/BuildEmulator.png
 
 ## 장치에 대 한 프로젝트를 구축
 
@@ -143,7 +143,7 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 ![][11]
 
- [11]: img/guide/platforms/wp7/wpd.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
 이 시점에서, 당신이 끝났습니다.
 
@@ -151,4 +151,4 @@ Visual Studio Express에 대 한 Windows Phone 열고 **새 프로젝트** 선
 
 Windows Phone 개발자 블로그 IE10 웹 킷 브라우저와 모두를 지 원하는 방법에 차이에 [유용한 정보][12] 를 제공 합니다.
 
- [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx
\ No newline at end of file
+ [12]: http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/cli/index.md b/www/docs/ko/edge/guide/cli/index.md
index 494d6b4..6f3e991 100644
--- a/www/docs/ko/edge/guide/cli/index.md
+++ b/www/docs/ko/edge/guide/cli/index.md
@@ -176,13 +176,13 @@ Windows 시스템에서 이러한 실행 *wp* Windows Phone 운영 체제의 다
 
 ![][4]
 
- [4]: img/guide/cli/android_emulate_init.png
+ [4]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png
 
 함께 위로 다음는 `cordova emulate` 명령 에뮬레이터 이미지 홈 화면에서 실행을 위해 사용할 수 있는 최신 응용 프로그램 표시를 새로 고칩니다.
 
 ![][5]
 
- [5]: img/guide/cli/android_emulate_install.png
+ [5]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png
 
 또는 당신의 컴퓨터에 휴대폰을 연결 하 고 직접 응용 프로그램을 테스트:
 
@@ -416,4 +416,4 @@ info` 다른 사용 가능한 버전 번호와 함께 현재 버전을 포함 
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/amazonfireos/index.md b/www/docs/ko/edge/guide/platforms/amazonfireos/index.md
index be4050d..69cc0ba 100644
--- a/www/docs/ko/edge/guide/platforms/amazonfireos/index.md
+++ b/www/docs/ko/edge/guide/platforms/amazonfireos/index.md
@@ -177,7 +177,7 @@ Windows에서 경로 환경 수정:
 
 *   **완료** 를 누르면합니다.
 
- [9]: img/guide/platforms/android/eclipse_new_project.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png
 
 일단 이클립스 창이 열립니다, 해결 되지 않은 문제를 나타내는 빨간색 **X** 나타날 수 있습니다. 그렇다면, 다음 추가 단계를 수행:
 
@@ -189,4 +189,4 @@ Windows에서 경로 환경 수정:
 
 *   **확인** 을 클릭 합니다.
 
-*   **프로젝트** 메뉴에서 **클린** 을 선택 합니다. 이 프로젝트의 모든 오류를 수정 한다.
\ No newline at end of file
+*   **프로젝트** 메뉴에서 **클린** 을 선택 합니다. 이 프로젝트의 모든 오류를 수정 한다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/android/index.md b/www/docs/ko/edge/guide/platforms/android/index.md
index ea98ce8..a492bff 100644
--- a/www/docs/ko/edge/guide/platforms/android/index.md
+++ b/www/docs/ko/edge/guide/platforms/android/index.md
@@ -106,25 +106,25 @@ Windows에서 `경로` 환경 수정:
 
 ![][8]
 
- [8]: img/guide/platforms/android/asdk_device.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png
 
 보도 **AVD 생성**, 선택적으로 이름, 수정 변경 내용을 적용 하려면 **확인** 을 누릅니다.
 
 ![][9]
 
- [9]: img/guide/platforms/android/asdk_newAVD.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png
 
 AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][10]
 
- [10]: img/guide/platforms/android/asdk_avds.png
+ [10]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png
 
 별도 응용 프로그램으로 에뮬레이터를 열려면는 AVD를 선택 하 고 **시작**을 누릅니다. 하드웨어 단추에 대 한 사용할 수 있는 추가 컨트롤 장치 것 만큼 출시:
 
 ![][11]
 
- [11]: img/guide/platforms/android/asdk_emulator.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png
 
 더 빠른 경험을 위해 실행 속도 개선 하기 위해 `가상 컴퓨터 가속` 을 사용할 수 있습니다. 많은 현대 Cpu는 가상 컴퓨터를 보다 효율적으로 실행 하려면 확장을 제공 합니다. 가속의이 유형을 사용 하려고 시도 하기 전에 현재 개발 시스템의 CPU 하나를 다음과 같은 가상화 기술을 지원 하는지 확인 해야 합니다.
 
@@ -142,7 +142,7 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][15]
 
- [15]: img/guide/platforms/android/intel_pid_util_620px.png
+ [15]: {{ site.baseurl }}/static/img/guide/platforms/android/intel_pid_util_620px.png
 
 에뮬레이터를 가속화 해야 다운로드 하 고 설치 `인텔 하드웨어 가속 실행 관리자 (HAXM)` 로 서 하나 이상의 `인텔 x 86 원자` 시스템 이미지.
 
@@ -150,7 +150,7 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][16]
 
- [16]: img/guide/platforms/android/asdk_man_intel_image_haxm.png
+ [16]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_man_intel_image_haxm.png
 
 다운로드 후, `엑스트라/인텔/Hardware_Accelerated_Execution_Manager`에서 안 드 로이드 SDK에서 사용할 수 있는 인텔 설치 관리자를 실행 합니다. **참고**:`패키지 설치에 어떤 문제가 있는 경우 자세한 정보 및 단계별 지침 확인 찾을 수 있습니다` [인텔 문서][17].
 
@@ -223,7 +223,7 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 ![][18]
 
- [18]: img/guide/platforms/android/emulator2x.png
+ [18]: {{ site.baseurl }}/static/img/guide/platforms/android/emulator2x.png
 
 때 `실행` 애플 리 케이 션, 당신은 또한 `빌드` 그것. 추가 추가 할 수 있습니다 `--debug`, `--release`, 그리고 어떻게 그것은 내장, 또는 심지어 여부 재건은 필요한 제어 `--nobuild` 플래그:
 
@@ -260,16 +260,16 @@ AVD 다음 **안 드 로이드 가상 장치** 목록에 나타납니다.
 
 4.  `Gradle 동기화` 질문에 대답할 수 있는 단순히 **네**.
 
- [19]: img/guide/platforms/android/asdk_import_project.png
- [20]: img/guide/platforms/android/asdk_import_select_location.png
+ [19]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_project.png
+ [20]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_select_location.png
 
 당신이 모두 지금 설정 빌드 수 및 `안 드 로이드 스튜디오` 에서 직접 응용 프로그램을 실행.
 
 ![][21]
 
- [21]: img/guide/platforms/android/asdk_import_done.png
+ [21]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_done.png
 
 [안 드 로이드 스튜디오 개요][22] 를 참조 하 고 [빌드 및 실행 안 드 로이드 스튜디오에서][23] 대 한 자세한 내용은.
 
  [22]: http://developer.android.com/tools/studio/index.html
- [23]: http://developer.android.com/tools/building/building-studio.html
\ No newline at end of file
+ [23]: http://developer.android.com/tools/building/building-studio.html

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/blackberry10/index.md b/www/docs/ko/edge/guide/platforms/blackberry10/index.md
index 734ae48..633d16f 100644
--- a/www/docs/ko/edge/guide/platforms/blackberry10/index.md
+++ b/www/docs/ko/edge/guide/platforms/blackberry10/index.md
@@ -154,13 +154,13 @@ Mac 및 Linux:
 
 ![][6]
 
- [6]: img/guide/platforms/blackberry10/bb_home.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_home.png
 
 이동 하는 **보안 및 개인 정보 → 개발 모드** 섹션 및 옵션을 사용:
 
 ![][7]
 
- [7]: img/guide/platforms/blackberry10/bb_devel.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_devel.png
 
 프로젝트에 대 한 블랙베리 10 플랫폼을 설정 하면 명령줄 유틸리티의 추가적인 세트 포함 됩니다. 이 경우 프로젝트 최상위 디렉토리에서 호출 다음 명령을 위에 표시 된 IP 주소와 *뮤* 라는 대상을 연결 합니다.
 
@@ -185,7 +185,7 @@ Mac 및 Linux:
 
 ![][8]
 
- [8]: img/guide/platforms/blackberry10/bb_pin.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/blackberry10/bb_pin.png
 
 IP 주소, 장치 암호 및 핀 이름을 연결할 대상 명령줄 유틸리티를 실행 합니다.
 
@@ -257,4 +257,4 @@ IP 주소, 장치 암호 및 핀 이름을 연결할 대상 명령줄 유틸리
 
 목표를 정의한 후 실행된 명령을 사용 하 여 제공할 수 있습니다 `--target` .
 
-    $ cordova run blackberry10 --target=emu
\ No newline at end of file
+    $ cordova run blackberry10 --target=emu

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/ios/index.md b/www/docs/ko/edge/guide/platforms/ios/index.md
index 2aac488..69f879b 100644
--- a/www/docs/ko/edge/guide/platforms/ios/index.md
+++ b/www/docs/ko/edge/guide/platforms/ios/index.md
@@ -98,7 +98,7 @@ Ios 플랫폼 프로젝트에 추가 되 면 Xcode 내에서 그것을 열 수 
 
 ![][6]
 
- [6]: img/guide/platforms/ios/helloworld_project.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/ios/helloworld_project.png
 
 ## 에뮬레이터에 배포
 
@@ -118,8 +118,8 @@ IOS 에뮬레이터에서 응용 프로그램을 미리 보기:
     
     하나의 에뮬레이터는 한 번에 실행 될 수 있습니다 다른 에뮬레이터에서 응용 프로그램을 테스트 하려면 에뮬레이터 응용 프로그램을 종료 하 고 Xcode 내에서 서로 다른 목표를 실행 해야 합니다.
 
- [7]: img/guide/platforms/ios/select_xcode_scheme.png
- [8]: img/guide/platforms/ios/HelloWorldStandard.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/ios/select_xcode_scheme.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/ios/HelloWorldStandard.png
 
 Xcode는 아이폰과 iPad의 최신 버전에 대 한 에뮬레이터와 함께 번들로 제공. 이전 버전에서 사용할 수 있는 **Xcode → 환경 설정 → 다운로드 → 구성 요소** 패널.
 
@@ -181,7 +181,7 @@ Xcode의 경고 `invokeString` 방법에 대 한 사용자 지정 URL에서 응
     
     ![][11]
 
- [11]: img/guide/platforms/ios/xcode_build_location.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/ios/xcode_build_location.png
 
 이것이 새로운 Xcode 설치의 기본 설정은 이지만 Xcode의 이전 버전에서 업그레이 드에 따라 다르게 설정할 수 있습니다.
 
@@ -206,4 +206,4 @@ Xcode의 경고 `invokeString` 방법에 대 한 사용자 지정 URL에서 응
  [16]: https://developer.apple.com/videos/wwdc/2012/
  [17]: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
 
-(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)
\ No newline at end of file
+(Mac ® OS X ® 애플 ®, Xcode ® 응용 프로그램 Store℠, iPad ®, iPhone ®, iPod ® 및 Finder ®는 애플 inc의 등록 상표)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/tizen/index.md b/www/docs/ko/edge/guide/platforms/tizen/index.md
index 7afb3bd..0e21cee 100644
--- a/www/docs/ko/edge/guide/platforms/tizen/index.md
+++ b/www/docs/ko/edge/guide/platforms/tizen/index.md
@@ -50,11 +50,11 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     - Select one of the Tizen Cordova template (e.g.: __CordovaBasicTemplate__)
     - Fill the __Project name__ and its target __Location__
 
-    ![](img/guide/platforms/tizen/project_template.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_template.png)
 
     - Click __Finish__
 
-    ![](img/guide/platforms/tizen/project_explorer.png)
+    ![]({{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png)
 
     - Your project should now appear in the __Project Explorer__ view
 
@@ -82,15 +82,15 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][4]
 
- [2]: img/guide/platforms/tizen/import_project.png
- [3]: img/guide/platforms/tizen/import_widget.png
- [4]: img/guide/platforms/tizen/project_explorer.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_project.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/tizen/import_widget.png
+ [4]: {{ site.baseurl }}/static/img/guide/platforms/tizen/project_explorer.png
 
 프로젝트를 다시 작성 하려면 **프로젝트 탐색기** 보기에서 마우스 오른쪽 단추로 클릭 하 고 **프로젝트 빌드**를 선택 합니다.
 
 ![][5]
 
- [5]: img/guide/platforms/tizen/build_project.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/tizen/build_project.png
 
 프로젝트의 루트 디렉터리에 있는 *hello.wgt* 와 같은 위젯 패키지 파일 생성 해야 합니다.
 
@@ -100,7 +100,7 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
 
 ![][6]
 
- [6]: img/guide/platforms/tizen/runas_web_sim_app.png
+ [6]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_sim_app.png
 
 ## 장치에 배포
 
@@ -114,5 +114,5 @@ Tizen SDK 리눅스 우분투 10.04/10.10/11.04/11.10 (32 비트), 또는 Window
     
     ![][8]
 
- [7]: img/guide/platforms/tizen/connection_explorer.png
- [8]: img/guide/platforms/tizen/runas_web_app.png
\ No newline at end of file
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/tizen/connection_explorer.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/tizen/runas_web_app.png

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/win8/index.md b/www/docs/ko/edge/guide/platforms/win8/index.md
index 0c8054c..1c5edf2 100644
--- a/www/docs/ko/edge/guide/platforms/win8/index.md
+++ b/www/docs/ko/edge/guide/platforms/win8/index.md
@@ -96,7 +96,7 @@ SDK와 함께에서 코르도바의 윈도우 중심으로 셸 도구를 사용
 
 ![][12]
 
- [12]: img/guide/platforms/win8/win8_installSDK.png
+ [12]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_installSDK.png
 
 윈도우 10, Visual Studio 설치 관리자 범용 윈도우 애플 리 케이 션을 구축 하는 도구를 설치 하려면 옵션이 있다. 이 옵션을 선택 설치할 때 필요한 SDK를 설치 해야 합니다.
 
@@ -189,25 +189,25 @@ Windows Phone 패키지 배포:
 
 ![][14]
 
- [14]: img/guide/platforms/win8/win8_sdk_openSLN.png
+ [14]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_openSLN.png
 
 `CordovaApp` 구성 요소는 솔루션 내에서 표시 하 고 그 `www` 디렉토리는 `index.html` 홈 페이지를 포함 하 여 웹 기반 소스 코드를 포함:
 
 ![][15]
 
- [15]: img/guide/platforms/win8/win8_sdk.png
+ [15]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk.png
 
 Visual Studio의 주 메뉴 아래 컨트롤을 사용 하 여 테스트 또는 응용 프로그램을 배포할 수 있습니다.
 
 ![][16]
 
- [16]: img/guide/platforms/win8/win8_sdk_deploy.png
+ [16]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_deploy.png
 
 **로컬 컴퓨터** 선택, Visual Studio를 실행 하는 동일한 컴퓨터에 응용 프로그램을 설치 하려면 녹색 화살표를 누릅니다. 일단 당신이 이렇게, 응용 프로그램 윈도우 8의 응용 프로그램 목록에 나타납니다.
 
 ![][17]
 
- [17]: img/guide/platforms/win8/win8_sdk_runApp.png
+ [17]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_runApp.png
 
 응용 프로그램을 다시 만들 때마다 인터페이스에서 사용할 수 있는 버전을 새로 고칩니다.
 
@@ -215,20 +215,20 @@ Visual Studio의 주 메뉴 아래 컨트롤을 사용 하 여 테스트 또는
 
 ![][18]
 
- [18]: img/guide/platforms/win8/win8_sdk_runHome.png
+ [18]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_runHome.png
 
 가상 컴퓨터 환경 내에서 응용 프로그램을 열면 당신은 모서리 또는 애플 리 케이 션을 전환 또는 추가 기능에 액세스 하는 windows의 측면을 따라 클릭 해야 할 수도 있습니다 note:
 
 ![][19]
 
- [19]: img/guide/platforms/win8/win8_sdk_run.png
+ [19]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_run.png
 
 또는, **시뮬레이터** 배포 옵션 마치 태블릿 장치에서 실행 되는 응용 프로그램을 선택:
 
 ![][20]
 
- [20]: img/guide/platforms/win8/win8_sdk_sim.png
+ [20]: {{ site.baseurl }}/static/img/guide/platforms/win8/win8_sdk_sim.png
 
 데스크톱 배포와 달리이 옵션을 시뮬레이션 하는 태블릿의 방향, 위치, 네트워크 설정을 다를 수 있습니다.
 
-**참고**: 워크플로에서 코르도바의 명령줄 도구 또는 SDK를 사용 하는 방법에 대 한 조언을 개요를 참조 하십시오. 코르도바 CLI을 정기적으로 SDK에서 사용 되는 플랫폼 특정 파일을 덮어쓰는 크로스-플랫폼 소스 코드에 의존 합니다. SDK를 사용 하 여 프로젝트 수정 하려는 경우 하위 셸 도구를 사용 하 여 CLI에 대 안으로.
\ No newline at end of file
+**참고**: 워크플로에서 코르도바의 명령줄 도구 또는 SDK를 사용 하는 방법에 대 한 조언을 개요를 참조 하십시오. 코르도바 CLI을 정기적으로 SDK에서 사용 되는 플랫폼 특정 파일을 덮어쓰는 크로스-플랫폼 소스 코드에 의존 합니다. SDK를 사용 하 여 프로젝트 수정 하려는 경우 하위 셸 도구를 사용 하 여 CLI에 대 안으로.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/win8/packaging.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/win8/packaging.md b/www/docs/ko/edge/guide/platforms/win8/packaging.md
index 1dc1929..8bc2ec9 100644
--- a/www/docs/ko/edge/guide/platforms/win8/packaging.md
+++ b/www/docs/ko/edge/guide/platforms/win8/packaging.md
@@ -37,7 +37,7 @@ Windows 프로젝트에서 신원 정보는 package.appxmanifest 라는 파일
 
 *Name* 및 *Version* **config.xml**에서 설정할 수 있습니다. *Publisher* 빌드 매개 변수로 제공 될 수 있다 또는 **build.json** 파일에 설정할 수 있습니다.
 
-![](img/guide/platforms/win8/packaging.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/packaging.png)
 
 서명 인증서 중 CLI에서 또는 build.json 파일을 통해 제공할 수 있습니다. 인증서 관련 CLI 플래그:
 
@@ -86,7 +86,7 @@ Windows 프로젝트에서 신원 정보는 package.appxmanifest 라는 파일
 
 처음으로 makecert를 실행 후 팝업 화면에 개인 암호 입력:
 
-![](img/guide/platforms/win8/createprivatekeywindow.png)
+![]({{ site.baseurl }}/static/img/guide/platforms/win8/createprivatekeywindow.png)
 
 Pvk 파일과 cer 파일 생성 되 면, 우리가 이러한 인증서에서 pfx 파일을 만들 필요가. Pfx (개인 교환 형식) 파일에는 인증서, 루트 인증 기관 인증서, 인증서 체인 및 개인 키 암호화 정보를 다양 한을 포함 되어 있습니다. 패키지는 인증서, 사용 합니다는 도구 라는 [pvk2pfx](https://msdn.microsoft.com/en-us/library/ff550672(v=vs.85).aspx). 이 도구는 Windows SDK와 함께 제공 하 고에서 찾을 수 있습니다 `%ProgramFiles(x86)%\Windows Kits\8.1\bin\x64` 또는`%ProgramFiles(x86)%\Windows Kits\8.1\bin\x86`.
 
@@ -114,4 +114,4 @@ Pvk 파일과 cer 파일 생성 되 면, 우리가 이러한 인증서에서 pfx
 
 `powershell -Command " & {dir -path cert:\LocalMachine\My | where { $_.Subject -like \"*FakeCorp.com*\" }}"`
 
-일단 마지막 값이 제공 됩니다. 코르도바는 성공적으로 패키지 하 고 응용 프로그램을 서명 해야 합니다.
\ No newline at end of file
+일단 마지막 값이 제공 됩니다. 코르도바는 성공적으로 패키지 하 고 응용 프로그램을 서명 해야 합니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/wp7/index.md b/www/docs/ko/edge/guide/platforms/wp7/index.md
index 0815e51..72d2110 100644
--- a/www/docs/ko/edge/guide/platforms/wp7/index.md
+++ b/www/docs/ko/edge/guide/platforms/wp7/index.md
@@ -89,7 +89,7 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][5]
 
- [5]: img/guide/platforms/wp8/projectStructure.png
+ [5]: {{ site.baseurl }}/static/img/guide/platforms/wp8/projectStructure.png
 
 ## 장치에 대 한 프로젝트를 구축
 
@@ -105,6 +105,6 @@ Repo의 루트를 포함 한 `createTemplates.bat` 파일. 2 생성이 파일을
 
 ![][7]
 
- [7]: img/guide/platforms/wp7/wpd.png
+ [7]: {{ site.baseurl }}/static/img/guide/platforms/wp7/wpd.png
 
-이 시점에서, 당신이 끝났습니다.
\ No newline at end of file
+이 시점에서, 당신이 끝났습니다.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/wp8/index.md b/www/docs/ko/edge/guide/platforms/wp8/index.md
index be714b8..a5b6912 100644
--- a/www/docs/ko/edge/guide/platforms/wp8/index.md
+++ b/www/docs/ko/edge/guide/platforms/wp8/index.md
@@ -95,7 +95,7 @@ SDK와 함께에서 코르도바의 Windows Phone 중심으로 셸 도구를 사
 
 ![][12]
 
- [12]: img/guide/platforms/wp8/wp8_downloadSDK.png
+ [12]: {{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_downloadSDK.png
 
 ## 새 프로젝트 만들기
 
@@ -155,19 +155,19 @@ SDK와 함께에서 코르도바의 Windows Phone 중심으로 셸 도구를 사
 
 ![][13]
 
- [13]: img/guide/platforms/wp8/wp8_emulator.png
+ [13]: {{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator.png
 
 에뮬레이터의 기본 컨트롤 장치 화면의 상단 오른쪽에 세로 가로 방향 사이 전환할 수 있습니다. **>** 단추 더 복잡 한 방향 및 제스처를 테스트할 수 있는 더 많은 컨트롤을 엽니다.
 
 ![][14]
 
- [14]: img/guide/platforms/wp8/wp8_emulator_orient.png
+ [14]: {{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator_orient.png
 
 이러한 고급 컨트롤 또한 소자의 위치를 수정 하거나 수 시퀀스의 움직임을 시뮬레이션 하기 위해:
 
 ![][15]
 
- [15]: img/guide/platforms/wp8/wp8_emulator_loc.png
+ [15]: {{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_emulator_loc.png
 
 ## 장치에 배포
 
@@ -193,6 +193,6 @@ SDK와 함께에서 코르도바의 Windows Phone 중심으로 셸 도구를 사
 
 ![][17]
 
- [17]: img/guide/platforms/wp8/wp8_vs.png
+ [17]: {{ site.baseurl }}/static/img/guide/platforms/wp8/wp8_vs.png
 
-워크플로에서 코르도바의 명령줄 도구 또는 SDK를 사용 하는 방법에 대 한 조언에 대 한 개요를 참조 하십시오. 코르 도우 바 CLI 정기적으로 SDK에서 사용 되는 플랫폼 특정 파일을 덮어 씁니다 크로스 플랫폼 소스 코드에 의존 합니다. SDK 내에서 작동 하려면 하위 셸 도구를 사용 하 여 CLI에 대 안으로.
\ No newline at end of file
+워크플로에서 코르도바의 명령줄 도구 또는 SDK를 사용 하는 방법에 대 한 조언에 대 한 개요를 참조 하십시오. 코르 도우 바 CLI 정기적으로 SDK에서 사용 되는 플랫폼 특정 파일을 덮어 씁니다 크로스 플랫폼 소스 코드에 의존 합니다. SDK 내에서 작동 하려면 하위 셸 도구를 사용 하 여 CLI에 대 안으로.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/wp8/parallels.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/wp8/parallels.md b/www/docs/ko/edge/guide/platforms/wp8/parallels.md
index bb821cb..0d0a078 100644
--- a/www/docs/ko/edge/guide/platforms/wp8/parallels.md
+++ b/www/docs/ko/edge/guide/platforms/wp8/parallels.md
@@ -38,7 +38,7 @@ title: 패 러 랠 데스크톱 구성
     
     ![][3]
 
- [2]: img/guide/platforms/wp8/parallel_cpu_opts.png
- [3]: img/guide/platforms/wp8/parallel_optimize_opts.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/wp8/parallel_cpu_opts.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/wp8/parallel_optimize_opts.png
 
-이러한 단계를 완료 되 면 Windows Phone SDK를 설치할 준비가 되었습니다. 자세한 내용은 Windows Phone 8 플랫폼 설명서를 참조 하십시오.
\ No newline at end of file
+이러한 단계를 완료 되 면 Windows Phone SDK를 설치할 준비가 되었습니다. 자세한 내용은 Windows Phone 8 플랫폼 설명서를 참조 하십시오.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/ko/edge/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/guide/platforms/wp8/vmware.md b/www/docs/ko/edge/guide/platforms/wp8/vmware.md
index 85aafe9..b796368 100644
--- a/www/docs/ko/edge/guide/platforms/wp8/vmware.md
+++ b/www/docs/ko/edge/guide/platforms/wp8/vmware.md
@@ -45,7 +45,7 @@ title: Vm 웨어 퓨전을 구성
         hypervisor.cpuid.v0 = "FALSE" mce.enable = "TRUE" vhv.enable = "TRUE"
         
 
- [2]: img/guide/platforms/wp8/vmware_memory_opts.png
- [3]: img/guide/platforms/wp8/vmware_advanced_opts.png
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_memory_opts.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_advanced_opts.png
 
-이러한 단계를 완료 하면 일단 준비가 다음 Windows Phone SDK를 설치 합니다. 자세한 내용은 Windows Phone 8 플랫폼 설명서를 참조 하십시오.
\ No newline at end of file
+이러한 단계를 완료 하면 일단 준비가 다음 Windows Phone SDK를 설치 합니다. 자세한 내용은 Windows Phone 8 플랫폼 설명서를 참조 하십시오.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/pl/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/pl/edge/guide/cli/index.md b/www/docs/pl/edge/guide/cli/index.md
index a8fe142..23f52d9 100644
--- a/www/docs/pl/edge/guide/cli/index.md
+++ b/www/docs/pl/edge/guide/cli/index.md
@@ -176,13 +176,13 @@ Niektóre platformy mobilne naśladować konkretne urządzenie domyślnie, takic
 
 ![][4]
 
- [4]: img/guide/cli/android_emulate_init.png
+ [4]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png
 
 Następujących się z `cordova emulate` polecenie odświeża obraz emulatora do wyświetlania najnowszych aplikacji, która jest już dostępna do uruchomienia na ekranie:
 
 ![][5]
 
- [5]: img/guide/cli/android_emulate_install.png
+ [5]: {{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png
 
 Na przemian można podłączyć telefon do komputera i przetestować aplikację bezpośrednio:
 
@@ -416,4 +416,4 @@ Cordova 3.0 + nadal mogą wymagać różnych zmiany struktury katalogu projektu
 
         $ cordova platform update android
         $ cordova platform update ios
-        ...etc.
\ No newline at end of file
+        ...etc.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/pl/edge/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/pl/edge/guide/platforms/amazonfireos/index.md b/www/docs/pl/edge/guide/platforms/amazonfireos/index.md
index 5b60c86..c0bf35d 100644
--- a/www/docs/pl/edge/guide/platforms/amazonfireos/index.md
+++ b/www/docs/pl/edge/guide/platforms/amazonfireos/index.md
@@ -177,7 +177,7 @@ Po utworzeniu, możesz użyć Eclipse, które przychodzi wraz z Android SDK, aby
 
 *   Naciśnij przycisk **Zakończ**.
 
- [9]: img/guide/platforms/android/eclipse_new_project.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/eclipse_new_project.png
 
 Gdy otworzy się okno Eclipse, czerwony **X** mogą pojawiać się problemy nierozwiązane. Jeśli tak, wykonaj następujące kroki dodatkowe:
 
@@ -189,4 +189,4 @@ Gdy otworzy się okno Eclipse, czerwony **X** mogą pojawiać się problemy nier
 
 *   Kliknij przycisk **OK**.
 
-*   Wybierz **Clean** z menu **projekt** . To powinno poprawić wszystkie błędy w projekcie.
\ No newline at end of file
+*   Wybierz **Clean** z menu **projekt** . To powinno poprawić wszystkie błędy w projekcie.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03bf23ef/www/docs/pl/edge/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/pl/edge/guide/platforms/android/index.md b/www/docs/pl/edge/guide/platforms/android/index.md
index 777f41a..a3b1b8f 100644
--- a/www/docs/pl/edge/guide/platforms/android/index.md
+++ b/www/docs/pl/edge/guide/platforms/android/index.md
@@ -106,25 +106,25 @@ Android sdk nie przewiduje żadnych wystąpienie domyślne emulatora domyślnie.
 
 ![][8]
 
- [8]: img/guide/platforms/android/asdk_device.png
+ [8]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_device.png
 
 Naciśnij przycisk **Utwórz AVD**, opcjonalnie Modyfikowanie nazwy, a następnie naciśnij **OK** , aby zaakceptować zmiany:
 
 ![][9]
 
- [9]: img/guide/platforms/android/asdk_newAVD.png
+ [9]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_newAVD.png
 
 AVD następnie pojawia się na liście **Urządzeń wirtualnych z systemem Android** :
 
 ![][10]
 
- [10]: img/guide/platforms/android/asdk_avds.png
+ [10]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_avds.png
 
 Aby otworzyć ten emulator jako oddzielną aplikację, wybierz AVD i naciśnij **Start**. Wprowadza to tyle jak na urządzenie, z dodatkowych formantów dostępnych przycisków sprzętowych:
 
 ![][11]
 
- [11]: img/guide/platforms/android/asdk_emulator.png
+ [11]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_emulator.png
 
 Na szybsze można użyć `Maszyny wirtualnej przyspieszenie` poprawić szybkość realizacji. Wiele nowoczesnych procesorów dostarcza rozszerzeń do bardziej skutecznie wykonać maszyn wirtualnych. Przed próbą użycia tego typu przyspieszenia, trzeba określić, czy obecny system rozwoju CPU, obsługuje jeden następujące technologie wirtualizacji:
 
@@ -142,7 +142,7 @@ Po instalacji i wykonać `Procesor Intel identyfikacja Utility` na Windows, poja
 
 ![][15]
 
- [15]: img/guide/platforms/android/intel_pid_util_620px.png
+ [15]: {{ site.baseurl }}/static/img/guide/platforms/android/intel_pid_util_620px.png
 
 W celu przyspieszenia emulator, musisz pobrać i zainstalować jeden lub więcej obrazów systemu `x 86 firmy Intel Atom` , a także `Intel sprzęt przyspieszyć wykonanie Manager (HAXM)`.
 
@@ -150,7 +150,7 @@ Otwórz Menedżera Android SDK i wybierz obraz systemu `x 86 firmy Intel Atom` ,
 
 ![][16]
 
- [16]: img/guide/platforms/android/asdk_man_intel_image_haxm.png
+ [16]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_man_intel_image_haxm.png
 
 Po pobraniu, uruchom Instalatora Intel, który jest dostępny w twój Android SDK w `Intel/Dodatki/Hardware_Accelerated_Execution_Manager`. **Uwaga**:`Jeśli masz jakiekolwiek problemy z instalacją pakietu, można znaleźć więcej informacji i wskazówki krok po kroku, sprawdź ten` [Artykuł Intel][17].
 
@@ -223,7 +223,7 @@ To wyprowadziło aplikacji na ekranie i uruchamia to:
 
 ![][18]
 
- [18]: img/guide/platforms/android/emulator2x.png
+ [18]: {{ site.baseurl }}/static/img/guide/platforms/android/emulator2x.png
 
 Podczas `run` aplikacji, można również `build` to. Można dodać dodatkowe `--debug`, `--release`i flagi `- nobuild` do sterowania, jak jest zbudowany, lub nawet niezbędne jest czy przebudowy:
 
@@ -260,16 +260,16 @@ Po dodaniu do projektu platformy android, można otworzyć go z w [Android Studi
 
 4.  Na pytanie `Gradle Sync` może po prostu odpowiedzieć **tak**.
 
- [19]: img/guide/platforms/android/asdk_import_project.png
- [20]: img/guide/platforms/android/asdk_import_select_location.png
+ [19]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_project.png
+ [20]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_select_location.png
 
 Są ustawione teraz i można skompilować i uruchomić aplikację bezpośrednio z `Android Studio`.
 
 ![][21]
 
- [21]: img/guide/platforms/android/asdk_import_done.png
+ [21]: {{ site.baseurl }}/static/img/guide/platforms/android/asdk_import_done.png
 
 Zobacz [Android przegląd Studio][22] i [Tworzenie i uruchamianie z Android Studio][23] dla więcej szczegółów.
 
  [22]: http://developer.android.com/tools/studio/index.html
- [23]: http://developer.android.com/tools/building/building-studio.html
\ No newline at end of file
+ [23]: http://developer.android.com/tools/building/building-studio.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org