@@ -42,7 +42,7 @@ that this repo builds, which is also based on Ubuntu. Although we don't official
42
42
other platforms, conda is a cross platform utility and the install script can be expected
43
43
to work on OSX and other linux distributions.
44
44
45
- OpenWPM does not support windows: https://github.com/mozilla /OpenWPM/issues/503
45
+ OpenWPM does not support windows: https://github.com/openwpm /OpenWPM/issues/503
46
46
47
47
48
48
### Pre-requisites
@@ -144,7 +144,7 @@ Troubleshooting
144
144
try re-running the file with the environment variable
145
145
`PYTHONNOUSERSITE` set. E.g., `PYTHONNOUSERSITE=True python demo.py`.
146
146
If that fixes your issues, you are experiencing
147
- [issue 689](https://github.com/mozilla /OpenWPM/issues/689), which can be
147
+ [issue 689](https://github.com/openwpm /OpenWPM/issues/689), which can be
148
148
fixed by clearing your
149
149
python [user site packages directory](https://www.python.org/dev/peps/pep-0370/),
150
150
by prepending `PYTHONNOUSERSITE=True` to a specific command, or by setting
@@ -165,7 +165,7 @@ Advice for Measurement Researchers
165
165
OpenWPM is [often used](https://webtap.princeton.edu/software/) for web
166
166
measurement research. We recommend the following for researchers using the tool:
167
167
168
- ** Use a versioned [release](https://github.com/mozilla /OpenWPM/releases).** We
168
+ ** Use a versioned [release](https://github.com/openwpm /OpenWPM/releases).** We
169
169
aim to follow Firefox' s release cadence, which is roughly once every four
170
170
weeks. If we happen to fall behind on checking in new releases, please file an
171
171
issue. Versions more than a few months out of date will use unsupported
@@ -202,7 +202,7 @@ For each of the data classes we offer a variety of storage providers, and you ar
202
202
to implement your own, should the provided backends not be enough for you.
203
203
204
204
We have an outstanding issue to enable saving content generated by commands, such as
205
- screenshots and page dumps to unstructured storage (see [#232](https://github.com/mozilla /OpenWPM/issues/232)).
205
+ screenshots and page dumps to unstructured storage (see [#232](https://github.com/openwpm /OpenWPM/issues/232)).
206
206
For now, they get saved to `manager_params.data_directory`.
207
207
208
208
### Local Storage
@@ -226,7 +226,7 @@ For storing unstructured data locally we also offer two solutions:
226
226
# ## Remote storage
227
227
228
228
When running in the cloud, saving records to disk is not a reasonable thing to do.
229
- So we offer a remote StorageProviders for S3 (See [# 823](https://github.com/mozilla /OpenWPM/issues/823)) and GCP.
229
+ So we offer a remote StorageProviders for S3 (See [# 823](https://github.com/openwpm /OpenWPM/issues/823)) and GCP.
230
230
Currently, all remote StorageProviders write to the respective object storage service (S3/GCS).
231
231
The structured providers use the Parquet format.
232
232
0 commit comments