From 5aa16ff61d04b54df47d910426f798eb06ac5c43 Mon Sep 17 00:00:00 2001 From: Junyeong Yim Date: Thu, 5 Jan 2023 12:55:54 +0900 Subject: [PATCH] Update changed links Detail ====== - for pass CI - `installing.asc`: changed link - `visualstudio.asc`: deleted link --- book/01-introduction/sections/installing.asc | 4 ++-- book/A-git-in-other-environments/sections/visualstudio.asc | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/book/01-introduction/sections/installing.asc b/book/01-introduction/sections/installing.asc index 85c89026..5dfd8a35 100644 --- a/book/01-introduction/sections/installing.asc +++ b/book/01-introduction/sections/installing.asc @@ -173,9 +173,9 @@ $ sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev \ ////////////////////////// In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required: -In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required (Note: users of RHEL and RHEL-derivatives like CentOS and Scientific Linux will have to https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F[enable the EPEL repository] to download the `docbook2X` package): +In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required (Note: users of RHEL and RHEL-derivatives like CentOS and Scientific Linux will have to https://docs.fedoraproject.org/en-US/epel/#how_can_i_use_these_extra_packages[enable the EPEL repository] to download the `docbook2X` package): ////////////////////////// -문서를 다양한(doc, html, info) 형식으로 추가하려면 다음의 패키지들이 추가로 필요하다(주의: CentOS나 Scientific Linux 같은 RHEL 계열 사용자는 https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F[EPEL 저장소를 켜고] `docbook2X` 패키지를 다운로드해야 한다.) +문서를 다양한(doc, html, info) 형식으로 추가하려면 다음의 패키지들이 추가로 필요하다(주의: CentOS나 Scientific Linux 같은 RHEL 계열 사용자는 https://docs.fedoraproject.org/en-US/epel/#how_can_i_use_these_extra_packages[EPEL 저장소를 켜고] `docbook2X` 패키지를 다운로드해야 한다.) [source,console] ---- diff --git a/book/A-git-in-other-environments/sections/visualstudio.asc b/book/A-git-in-other-environments/sections/visualstudio.asc index 023e3110..b5abb80c 100644 --- a/book/A-git-in-other-environments/sections/visualstudio.asc +++ b/book/A-git-in-other-environments/sections/visualstudio.asc @@ -49,8 +49,6 @@ image::images/vs-2.png[Visual Studio의 Git 센터 Home 뷰.] ////////////////////////// Visual Studio now has a powerful task-focused UI for Git. It includes a linear history view, a diff viewer, remote commands, and many other capabilities. -For complete documentation of this feature (which doesn't fit here), go to http://msdn.microsoft.com/en-us/library/hh850437.aspx[]. ////////////////////////// Visual Studio에는 Git과 연동되는 Task-focused UI도 있다. 여기에는 히스토리 뷰, Diff 뷰어, 리모트 명령어 등등의 기능이 포함된다. -이 기능에 대한 자세한 문서는 http://msdn.microsoft.com/en-us/library/hh850437.aspx[]에 있다.