Skip to content

Commit 3afeb52

Browse files
committed
fix images
1 parent 357a3f5 commit 3afeb52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/resources/projects/libraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A **Dependency** refers to an external library or resource that your project rel
1919

2020
Imagine you're building an e-commerce app, and different teams are working on various features. One team develops a complex payment system. By using the Libraries, they can publish the payment system as a reusable library and allow other teams to easily import and integrate it into multiple projects without duplicating development efforts.
2121

22-
![libraries.avif](../imgs/libraries.avif)
22+
![libraries.avif](imgs/libraries.avif)
2323

2424
### Importance of Libraries
2525

@@ -109,7 +109,7 @@ You can only select a library if you have been added as a collaborator in that l
109109

110110
A **Dependency Conflict** occurs when two or more libraries added by a project depend on different versions of the same dependency. This creates a situation where the project cannot resolve which version to use, leading to a project error.
111111

112-
![dependency-conflict.avif](../imgs/dependency-conflict.avif)
112+
![dependency-conflict.avif](imgs/dependency-conflict.avif)
113113

114114
Let's say you are building an eCommerce app that uses multiple libraries for different purposes:
115115

@@ -156,7 +156,7 @@ It's important to note that these resources show up where they are instantiated.
156156

157157
This ensures that only relevant resources are shown where they are needed, optimizing performance and discoverability.
158158

159-
![access-library-resources.avif](../imgs/access-library-resources.avif)
159+
![access-library-resources.avif](imgs/access-library-resources.avif)
160160

161161
## Library Versioning
162162
Library versioning allows you to manage different versions of a library project over time. Using versioning, library users can control which version of a library to use in a project, ensuring compatibility and reducing the risk of breaking changes.
@@ -195,7 +195,7 @@ You can easily upgrade to newer versions of the libraries as they become availab
195195

196196
:::
197197

198-
![update-library](../imgs/update-library.avif)
198+
![update-library](imgs/update-library.avif)
199199

200200
## FAQs
201201

0 commit comments

Comments
 (0)