Skip to content

Commit 2fddaf7

Browse files
author
Rahul Kadam
authored
Update README.md
1 parent 50fc11f commit 2fddaf7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In order to successfully implement big systems we need to partition code into re
66

77
The process, described above, supports continuous integration. That is, when new code is created for a system, we build and test it in the context of other code which it calls, and which call it. As soon as all the tests pass, we check in the code and it becomes part of the current baseline. There are several services necessary to efficiently support continuous integration.
88

9-
![](1.PNG)
9+
![](images/1.PNG)
1010

1111
A Federation of servers with each providing a dedicated service for continuous integration consists of:
1212

@@ -19,13 +19,13 @@ A Federation of servers with each providing a dedicated service for continuous i
1919
**Client:** The user's primary interface into the Federation, serves to submit code and test requests to the Repository. Later, it will be used view test results, stored in the repository.
2020

2121
![](diag.PNG)
22-
![](2.PNG)
23-
![](3.PNG)
22+
![](images/2.PNG)
23+
![](images/3.PNG)
2424

2525
## Screenshots
26-
![](4.PNG)
27-
![](5.PNG)
28-
![](6.PNG)
29-
![](7.PNG)
30-
![](8.PNG)
31-
![](9.PNG)
26+
![](images/4.PNG)
27+
![](images/5.PNG)
28+
![](images/6.PNG)
29+
![](images/7.PNG)
30+
![](images/8.PNG)
31+
![](images/9.PNG)

0 commit comments

Comments
 (0)