Skip to content

Commit d498a19

Browse files
committed
tutorial / 10 : fix url to CI servicies
1 parent 672f74e commit d498a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/10.git.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
16761676
"source": [
16771677
"* In short, [the common practice of **Continuous Integration**](https://en.wikipedia.org/wiki/Continuous_integration#Common_practices) builds and tests the software under development several times a day.<br>간단히 말해 지속적 통합이란 개발중인 소프트웨어를 매일 여러번 build 하고 시험하는 것임.\n",
16781678
"* Such activities would be automated and the test results would be available to all participants.<br>Build 와 시험은 자동화, 시험 결과는 참여자들 사이에 공유됨.\n",
1679-
"* There are several [CI services](https://github.com/marketplace/category/continuous-integration) available for github.<br>Github과 연계 가능한 여러 CI 서비스가 있음.\n",
1679+
"* There are several [CI services](https://github.com/marketplace?category=continuous-integration) available for github.<br>Github과 연계 가능한 여러 CI 서비스가 있음.\n",
16801680
"\n"
16811681
]
16821682
},

0 commit comments

Comments
 (0)