Author: humbedooh Date: Wed Dec 19 19:02:01 2012 New Revision: 1424031 URL: http://svn.apache.org/viewvc?rev=1424031&view=rev Log: fix broken link
Modified: trafficserver/site/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.mdtext Modified: trafficserver/site/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.mdtext URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.mdtext?rev=1424031&r1=1424030&r2=1424031&view=diff ============================================================================== --- trafficserver/site/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.mdtext (original) +++ trafficserver/site/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.mdtext Wed Dec 19 19:02:01 2012 @@ -84,7 +84,7 @@ When you write handler functions, you ha be sent to the handler by hooks or by other functions. In the Blacklist plugin, `TS_EVENT_OS_DNS` is sent because of the global hook established in `TSPluginInit`, `TS_EVENT_HTTP_SEND_RESPONSE_HDR` is sent because the plugin contains a transaction -hook (see [Setting Up a Transaction Hook](setting-a-transaction-hook)). +hook (see [Setting Up a Transaction Hook](setting-a-transaction-hook.html)). It is good practice to have a default case in your switch statements.