From 63eaacac1b0530f29f8c64c2136ff6b7c2e330ad Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Thu, 30 Nov 2017 05:08:12 +0000 Subject: [PATCH] Updated URLs to the project-specific new page. --- src/io/nayuki/fastqrcodegen/BitBuffer.java | 2 +- src/io/nayuki/fastqrcodegen/QrCode.java | 2 +- src/io/nayuki/fastqrcodegen/QrCodeGeneratorDemo.java | 2 +- src/io/nayuki/fastqrcodegen/QrCodeGeneratorWorker.java | 2 +- src/io/nayuki/fastqrcodegen/QrSegment.java | 2 +- src/io/nayuki/fastqrcodegen/QrTemplate.java | 2 +- src/io/nayuki/fastqrcodegen/ReedSolomonGenerator.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/io/nayuki/fastqrcodegen/BitBuffer.java b/src/io/nayuki/fastqrcodegen/BitBuffer.java index 875d1f8..d5b046b 100644 --- a/src/io/nayuki/fastqrcodegen/BitBuffer.java +++ b/src/io/nayuki/fastqrcodegen/BitBuffer.java @@ -2,7 +2,7 @@ * Fast QR Code generator library * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/QrCode.java b/src/io/nayuki/fastqrcodegen/QrCode.java index bc16556..ac3d381 100644 --- a/src/io/nayuki/fastqrcodegen/QrCode.java +++ b/src/io/nayuki/fastqrcodegen/QrCode.java @@ -2,7 +2,7 @@ * Fast QR Code generator library * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/QrCodeGeneratorDemo.java b/src/io/nayuki/fastqrcodegen/QrCodeGeneratorDemo.java index 4d4bff5..c3aa2dd 100644 --- a/src/io/nayuki/fastqrcodegen/QrCodeGeneratorDemo.java +++ b/src/io/nayuki/fastqrcodegen/QrCodeGeneratorDemo.java @@ -5,7 +5,7 @@ * PNG and SVG files in the current working directory to demonstrate the creation of QR Codes. * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/QrCodeGeneratorWorker.java b/src/io/nayuki/fastqrcodegen/QrCodeGeneratorWorker.java index cd04eb5..eb9dd36 100644 --- a/src/io/nayuki/fastqrcodegen/QrCodeGeneratorWorker.java +++ b/src/io/nayuki/fastqrcodegen/QrCodeGeneratorWorker.java @@ -7,7 +7,7 @@ * batch testing of end-to-end functionality of this QR Code generator library. * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/QrSegment.java b/src/io/nayuki/fastqrcodegen/QrSegment.java index d897a2c..c0cc5b3 100644 --- a/src/io/nayuki/fastqrcodegen/QrSegment.java +++ b/src/io/nayuki/fastqrcodegen/QrSegment.java @@ -2,7 +2,7 @@ * Fast QR Code generator library * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/QrTemplate.java b/src/io/nayuki/fastqrcodegen/QrTemplate.java index b31da45..37d292b 100644 --- a/src/io/nayuki/fastqrcodegen/QrTemplate.java +++ b/src/io/nayuki/fastqrcodegen/QrTemplate.java @@ -2,7 +2,7 @@ * Fast QR Code generator library * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/src/io/nayuki/fastqrcodegen/ReedSolomonGenerator.java b/src/io/nayuki/fastqrcodegen/ReedSolomonGenerator.java index 3ad23f1..ff76842 100644 --- a/src/io/nayuki/fastqrcodegen/ReedSolomonGenerator.java +++ b/src/io/nayuki/fastqrcodegen/ReedSolomonGenerator.java @@ -2,7 +2,7 @@ * Fast QR Code generator library * * Copyright (c) Project Nayuki. (MIT License) - * https://www.nayuki.io/ + * https://www.nayuki.io/page/fast-qr-code-generator-library * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in