Skip to content

Commit 5b48991

Browse files
authored
Merge pull request #133 from limejuny/fix/invalid-links
Update changed links
2 parents cd2ea24 + 5aa16ff commit 5b48991

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ $ sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev \
173173
174174
//////////////////////////
175175
In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required:
176-
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):
176+
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):
177177
//////////////////////////
178-
문서를 다양한(doc, html, info) 형식으로 추가하려면 다음의 패키지들이 추가로 필요하다(주의: CentOS나 Scientific Linux 같은 RHEL 계열 사용자는 https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F[EPEL 저장소를 켜고] `docbook2X` 패키지를 다운로드해야 한다.)
178+
문서를 다양한(doc, html, info) 형식으로 추가하려면 다음의 패키지들이 추가로 필요하다(주의: CentOS나 Scientific Linux 같은 RHEL 계열 사용자는 https://docs.fedoraproject.org/en-US/epel/#how_can_i_use_these_extra_packages[EPEL 저장소를 켜고] `docbook2X` 패키지를 다운로드해야 한다.)
179179
180180
[source,console]
181181
----

book/A-git-in-other-environments/sections/visualstudio.asc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ image::images/vs-2.png[Visual Studio의 Git 센터 Home 뷰.]
4949
//////////////////////////
5050
Visual Studio now has a powerful task-focused UI for Git.
5151
It includes a linear history view, a diff viewer, remote commands, and many other capabilities.
52-
For complete documentation of this feature (which doesn't fit here), go to http://msdn.microsoft.com/en-us/library/hh850437.aspx[].
5352
//////////////////////////
5453
Visual Studio에는 Git과 연동되는 Task-focused UI도 있다.
5554
여기에는 히스토리 뷰, Diff 뷰어, 리모트 명령어 등등의 기능이 포함된다.
56-
이 기능에 대한 자세한 문서는 http://msdn.microsoft.com/en-us/library/hh850437.aspx[]에 있다.

0 commit comments

Comments
 (0)