James Riordon

Results 21 comments of James Riordon

> I just merged #148. @outofcontrol can you please check if there are any remaining broken links? Thanks! > > edit: to clarify: Can you please check if there any...

> the fact that man.opencl.org is currently not redirecting properly per https://github.com/KhronosGroup/OpenCL-Docs/issues/1053. The site is owned by Khronos member Stream High Speed Computing. We had requested a redirect which is...

@kiritigowda it looks like the missing file OpenVX_Specification_1_3.html shown in the issue is in this file /registry/OpenVX/extensions/vx_khr_import_kernel/1.3/html/vx_khr_import_kernel_1_3.html

Should be fine to add an .htaccess file.

Should most likely be something like ``` RewriteEngine On RewriteRule ^openxr.html$ https://www.khronos.org/registry/OpenXR/specs/0.90/html/xrspec.html [L,R=301] ```

> What tool did you use for these reports? I once found a good one but then promptly lost it again. Using Website Auditor (https://www.link-assistant.com/website-auditor/), which has been consistently reliable.

> the 1.0 contents of this repo are updated, you can re-scan and see what we have left - think a couple of all-caps defines mostly Quite a few broken...

> Did you change the Vagrantfile to use Precise (12.04) over Trusty (14.04)? No. ``` Vagrant.configure("2") do |config| # Set server to Ubuntu 14.04 config.vm.box = "ubuntu/trusty64" config.vm.define "Vaprobash" do...

Can you recreate the issue on your end, or do you want me to give it another try here?

Here is the pertinent output from running Vaprobash with VMware on an up-to-date box: Which box I'm using: ``` vagrant up Bringing machine 'Vaprobash' up with 'vmware_fusion' provider... ==> Vaprobash:...