From 9771cf6b4050229208d04c52084b5c8ecc6f2dbe Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 8 Feb 2024 15:37:58 -0500 Subject: [PATCH] remove old link to avoid giving it SEO weight --- CHANGELOG.md | 2 +- docs/src/guides/events.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b005661..5732598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v1.4.1 - 2024-02-08 -- added example into events.md - code is taken from SimJulia old doc, ported and tested +- Added examples to the documentation that were lost around the time of the rewrite for v0.5 in 2018. ## v1.4.0 - 2023-08-07 diff --git a/docs/src/guides/events.md b/docs/src/guides/events.md index 8ac4dc6..1a8ed9b 100755 --- a/docs/src/guides/events.md +++ b/docs/src/guides/events.md @@ -67,10 +67,6 @@ The simple mechanics outlined above provide a great flexibility in the way event One example for this is that events can be shared. They can be created by a process or outside of the context of a process. They can be passed to other processes and chained: ```jldoctest -# based on example from -# https://simjuliajl.readthedocs.io/en/stable/topical_guides/3_events.html#example-usages-for-event -# - using ResumableFunctions using ConcurrentSim