author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:58:38 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:58:38 (GMT) |
commit | 67df6c14ae500eb749b2ec1f97801313001d9f00 (patch) (unidiff) | |
tree | 38a4fb8fd18da7d87eff5b301c8b8142e4b5d1f7 | |
parent | 59475bbfa700f83ad1ef12d79ce0ec96867d2345 (diff) | |
download | exp005-67df6c14ae500eb749b2ec1f97801313001d9f00.zip exp005-67df6c14ae500eb749b2ec1f97801313001d9f00.tar.gz exp005-67df6c14ae500eb749b2ec1f97801313001d9f00.tar.bz2 |
Removed periods from the end of URLs so that they will work as active
links in gnome-terminal.
-rw-r--r-- | src/plugin/README_plugin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin/README_plugin.txt b/src/plugin/README_plugin.txt index 72c1462..a398575 100644 --- a/src/plugin/README_plugin.txt +++ b/src/plugin/README_plugin.txt | |||
@@ -3,11 +3,11 @@ web browser plugin. The following references are relevant to the | |||
3 | technologies used here: | 3 | technologies used here: |
4 | 4 | ||
5 | "Plugins," Mozilla Developer Center, last modified August 23, 2009, | 5 | "Plugins," Mozilla Developer Center, last modified August 23, 2009, |
6 | https://developer.mozilla.org/en/Plugins. | 6 | https://developer.mozilla.org/en/Plugins |
7 | 7 | ||
8 | "Shipping a plugin as an extension," Mozilla Developer Center, last | 8 | "Shipping a plugin as an extension," Mozilla Developer Center, last |
9 | modified June 2, 2008, | 9 | modified June 2, 2008, |
10 | https://developer.mozilla.org/en/Shipping_a_plugin_as_an_extension. | 10 | https://developer.mozilla.org/en/Shipping_a_plugin_as_an_extension |
11 | 11 | ||
12 | Analysis of current library dependencies for the web browser plugin: | 12 | Analysis of current library dependencies for the web browser plugin: |
13 | $ ldd libflumapplugin.so.0.0.0 | 13 | $ ldd libflumapplugin.so.0.0.0 |