Skip to content

Commit bb6069a

Browse files
authored
Merge pull request #2 from unitycontainer/master
Changing path to relative project locations
2 parents cd12ec4 + 116ac97 commit bb6069a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitmodules

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[submodule "Abstractions"]
22
path = Abstractions
3-
url = https://github.com/unitycontainer/abstractions.git
3+
url = ../abstractions.git
44
branch = master
55
[submodule "Container"]
66
path = Container
7-
url = https://github.com/unitycontainer/container.git
7+
url = ../container.git
88
branch = master
99
[submodule "SpecificationTests"]
1010
path = SpecificationTests
11-
url = https://github.com/unitycontainer/specification-tests.git
11+
url = ../specification-tests.git
1212
branch = master
1313
[submodule "ServiceLocation"]
1414
path = ServiceLocation
15-
url = https://github.com/unitycontainer/service-location.git
15+
url = ../service-location.git
1616
branch = master
1717
[submodule "Configuration"]
1818
path = Configuration
19-
url = https://github.com/unitycontainer/configuration.git
19+
url = ../configuration.git
2020
branch = master
2121
[submodule "Interception"]
2222
path = Interception
23-
url = https://github.com/unitycontainer/interception.git
23+
url = ../interception.git
2424
branch = master
2525
[submodule "InterceptionConfiguration"]
2626
path = InterceptionConfiguration
27-
url = https://github.com/unitycontainer/interception-configuration.git
27+
url = ../interception-configuration.git
2828
branch = master
2929
[submodule "RegistrationByConvention"]
3030
path = RegistrationByConvention
31-
url = https://github.com/unitycontainer/registration-by-convention.git
31+
url = ../registration-by-convention.git
3232
branch = master
3333
[submodule "CommonServiceLocator"]
3434
path = CommonServiceLocator
35-
url = https://github.com/unitycontainer/commonservicelocator.git
35+
url = ../commonservicelocator.git
3636
branch = master
3737
[submodule "MVC"]
3838
path = MVC
39-
url = https://github.com/unitycontainer/aspnet-mvc.git
39+
url = ../aspnet-mvc.git
4040
branch = master
4141
[submodule "WebAPI"]
4242
path = WebAPI
43-
url = https://github.com/unitycontainer/aspnet-webapi.git
43+
url = ../aspnet-webapi.git
4444
branch = master
4545
[submodule "Microsoft.DependencyInjection"]
4646
path = Microsoft.DependencyInjection
47-
url = https://github.com/unitycontainer/microsoft-dependency-injection.git
47+
url = ../microsoft-dependency-injection.git
4848
branch = master

0 commit comments

Comments
 (0)