Skip to content

Commit b5280e5

Browse files
committed
readme
1 parent 7cd83c9 commit b5280e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222

2323
The SOQL Lib provides functional constructs for SOQL queries in Apex.
2424

25-
For more details, please refer to the [documentation](https://soql.beyondthecloud.dev).
26-
27-
You may also find [this blog post](https://blog.beyondthecloud.dev/blog/soql-lib) about SOQL Lib interesting. Check why you need a selector layer in [this post](https://blog.beyondthecloud.dev/blog/why-do-you-need-selector-layer).
28-
2925
**Standard SOQL**
3026

3127
```apex
@@ -120,11 +116,11 @@ public with sharing class SOQL_ProfileCache extends SOQLCache implements SOQLCac
120116

121117
## Documentation
122118

123-
Visit [https://soql.beyondthecloud.dev](https://soql.beyondthecloud.dev) to view the full documentation.
119+
Visit the [documentation](https://soql.beyondthecloud.dev) to view the full documentation.
124120

125121
## Features
126122

127-
Read about the features in the [https://soql.beyondthecloud.dev/docs/basic-features](https://soql.beyondthecloud.dev/docs/basic-features).
123+
Read about the features in the [basic features](https://soql.beyondthecloud.dev/docs/basic-features).
128124

129125
## Contributors
130126

0 commit comments

Comments
 (0)