You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,6 @@
22
22
23
23
The SOQL Lib provides functional constructs for SOQL queries in Apex.
24
24
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
-
29
25
**Standard SOQL**
30
26
31
27
```apex
@@ -120,11 +116,11 @@ public with sharing class SOQL_ProfileCache extends SOQLCache implements SOQLCac
120
116
121
117
## Documentation
122
118
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.
124
120
125
121
## Features
126
122
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 [basicfeatures](https://soql.beyondthecloud.dev/docs/basic-features).
0 commit comments