Commit 7982a799 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

pointing README links to master branch

parent 5143de7a
...@@ -237,44 +237,44 @@ h1(#contributors). Contributors ...@@ -237,44 +237,44 @@ h1(#contributors). Contributors
[examples]#examples [examples]#examples
[repository]https://github.com/wandenberg/nginx-push-stream-module [repository]https://github.com/wandenberg/nginx-push-stream-module
[contributors]https://github.com/wandenberg/nginx-push-stream-module/contributors [contributors]https://github.com/wandenberg/nginx-push-stream-module/contributors
[changelog]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/CHANGELOG.textile [changelog]https://github.com/wandenberg/nginx-push-stream-module/blob/master/CHANGELOG.textile
[forever_iframe]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/examples/forever_iframe.textile#forever_iframe [forever_iframe]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/examples/forever_iframe.textile#forever_iframe
[event_source]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/examples/event_source.textile#event_source [event_source]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/examples/event_source.textile#event_source
[websocket]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/examples/websocket.textile#websocket [websocket]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/examples/websocket.textile#websocket
[long_polling]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/examples/long_polling.textile#long_polling [long_polling]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/examples/long_polling.textile#long_polling
[jsonp]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/examples/long_polling.textile#jsonp [jsonp]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/examples/long_polling.textile#jsonp
[push_stream_channel_id]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/variables.textile#push_stream_channel_id [push_stream_channel_id]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/variables.textile#push_stream_channel_id
[push_stream_channels_path]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/variables.textile#push_stream_channels_path [push_stream_channels_path]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/variables.textile#push_stream_channels_path
[tests]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/server_tests.textile [tests]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/server_tests.textile
[push_stream_channels_statistics]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/channels_statistics.textile#push_stream_channels_statistics [push_stream_channels_statistics]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/channels_statistics.textile#push_stream_channels_statistics
[push_stream_publisher]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/publishers.textile#push_stream_publisher [push_stream_publisher]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/publishers.textile#push_stream_publisher
[push_stream_subscriber]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_subscriber [push_stream_subscriber]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_subscriber
[push_stream_websocket]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_websocket [push_stream_websocket]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_websocket
[push_stream_shared_memory_size]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_shared_memory_size [push_stream_shared_memory_size]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_shared_memory_size
[push_stream_shared_memory_cleanup_objects_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_shared_memory_cleanup_objects_ttl [push_stream_shared_memory_cleanup_objects_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_shared_memory_cleanup_objects_ttl
[push_stream_channel_deleted_message_text]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_channel_deleted_message_text [push_stream_channel_deleted_message_text]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_channel_deleted_message_text
[push_stream_ping_message_text]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_ping_message_text [push_stream_ping_message_text]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_ping_message_text
[push_stream_message_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_message_ttl [push_stream_message_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_message_ttl
[push_stream_max_subscribers_per_channel]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_max_subscribers_per_channel [push_stream_max_subscribers_per_channel]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_max_subscribers_per_channel
[push_stream_max_messages_stored_per_channel]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_max_messages_stored_per_channel [push_stream_max_messages_stored_per_channel]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_max_messages_stored_per_channel
[push_stream_max_channel_id_length]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_max_channel_id_length [push_stream_max_channel_id_length]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_max_channel_id_length
[push_stream_max_number_of_channels]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_max_number_of_channels [push_stream_max_number_of_channels]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_max_number_of_channels
[push_stream_max_number_of_broadcast_channels]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_max_number_of_broadcast_channels [push_stream_max_number_of_broadcast_channels]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_max_number_of_broadcast_channels
[push_stream_broadcast_channel_prefix]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/main.textile#push_stream_broadcast_channel_prefix [push_stream_broadcast_channel_prefix]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/main.textile#push_stream_broadcast_channel_prefix
[push_stream_authorized_channels_only]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_authorized_channels_only [push_stream_authorized_channels_only]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_authorized_channels_only
[push_stream_header_template]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_header_template [push_stream_header_template]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_header_template
[push_stream_message_template]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_message_template [push_stream_message_template]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_message_template
[push_stream_footer_template]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_footer_template [push_stream_footer_template]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_footer_template
[push_stream_content_type]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_content_type [push_stream_content_type]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_content_type
[push_stream_broadcast_channel_max_qtd]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_broadcast_channel_max_qtd [push_stream_broadcast_channel_max_qtd]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_broadcast_channel_max_qtd
[push_stream_eventsource_support]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_eventsource_support [push_stream_eventsource_support]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_eventsource_support
[push_stream_ping_message_interval]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_ping_message_interval [push_stream_ping_message_interval]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_ping_message_interval
[push_stream_subscriber_connection_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_subscriber_connection_ttl [push_stream_subscriber_connection_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_subscriber_connection_ttl
[push_stream_longpolling_connection_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_longpolling_connection_ttl [push_stream_longpolling_connection_ttl]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_longpolling_connection_ttl
[push_stream_last_received_message_time]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_last_received_message_time [push_stream_last_received_message_time]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_last_received_message_time
[push_stream_last_received_message_tag]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_last_received_message_tag [push_stream_last_received_message_tag]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_last_received_message_tag
[push_stream_user_agent]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_user_agent [push_stream_user_agent]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_user_agent
[push_stream_padding_by_user_agent]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_padding_by_user_agent [push_stream_padding_by_user_agent]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_padding_by_user_agent
[push_stream_store_messages]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/publishers.textile#push_stream_store_messages [push_stream_store_messages]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/publishers.textile#push_stream_store_messages
[push_stream_keepalive]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/publishers.textile#push_stream_keepalive [push_stream_keepalive]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/publishers.textile#push_stream_keepalive
[push_stream_websocket_allow_publish]https://github.com/wandenberg/nginx-push-stream-module/blob/check_readme/docs/directives/subscribers.textile#push_stream_websocket_allow_publish [push_stream_websocket_allow_publish]https://github.com/wandenberg/nginx-push-stream-module/blob/master/docs/directives/subscribers.textile#push_stream_websocket_allow_publish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment