Skip to content

Commit 2df0604

Browse files
committed
DOC-155 fixed links [netlify-ignore]
1 parent fe01649 commit 2df0604

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/_includes/content/personas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Personas
22

3-
You can send computed traits and audiences generated through [Segment Personas](/docs/personas/) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/contact/demo).
3+
You can send computed traits and audiences generated through [Segment Personas](/docs/personas/) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/demo).
44

55
For user-property destinations, an [identify](/docs/connections/spec/identify/) call will be sent to the destination for each user being added and removed. The property name will be the snake_cased version of the audience name you provide with a true/false value. For example, when a user first completes an order in the last 30 days, we will send an identify call with the property `order_completed_last_30days: true`, and when this user no longer satisfies we will set that value to `false`.
66

src/_includes/sidebar/related-categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ul class="related-categories__list menu-side">
1010
{% for category in current_integration.categories %}
1111
<li class="related-categories__item">
12-
<a href="{{ catalog_url }}/#{{ category | slugify }}" class="related-categories__link">
12+
<a href="{{ catalog_url }}#{{ category | slugify }}" class="related-categories__link">
1313
{{ category }}
1414
</a>
1515
</li>

src/connections/sources/catalog/libraries/server/php/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,4 @@ $ sudo service cron reload # reload the cron daemon
517517

518518
If you only need support for PHP5, the team at [Underground Elephant](http://undergroundelephant.com/) has released a [3rd-party library](https://github.com/uecode/segment-io-php) based on Guzzle.
519519

520-
For [FuelPHP](http://fuelphp.com/) support, our friends at [Bit API Hub](http://bitapihub.com/) built this [3rd-party library Segment package](https://github.com/BitAPIHub/FuelPHP-Segment-io).
521-
522520
If you're using Laravel 4 our friends at Catchet have written a wrapper for you! Docs and GitHub repo can be found here: https://github.com/cachethq/Laravel-Segment

0 commit comments

Comments
 (0)