Skip to content

Commit a4f924d

Browse files
Update sessionization-using-RANGE_SESSIONIZE-in-google-big-query.md
1 parent 394c5ea commit a4f924d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessionization-using-RANGE_SESSIONIZE-in-google-big-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ order by session_range
5757
# See also
5858
<ul id="recent-articles">
5959
{% for page in site.pages %}
60-
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event") %}
60+
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event" or page.title contains "Gaps-and-Islands") %}
6161
<li>
6262
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
6363
</li>

0 commit comments

Comments
 (0)