Skip to content

Commit

Permalink
Merge pull request #133 from limejuny/fix/invalid-links
Browse files Browse the repository at this point in the history
Update changed links
  • Loading branch information
jnavila authored Jan 15, 2023
2 parents cd2ea24 + 5aa16ff commit 5b48991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions book/01-introduction/sections/installing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
2 changes: 0 additions & 2 deletions book/A-git-in-other-environments/sections/visualstudio.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]에 있다.

0 comments on commit 5b48991

Please sign in to comment.